Releases: caldwell/daemon-manager
Releases · caldwell/daemon-manager
1.2.2
13 Feb 10:32
Compare
Sorry, something went wrong.
No results found
Fixed logs not being created in their directories.
Fixed not creating user config/log directories.
Fixed HOME, LOGNAME, PATH not being able to be overridden by the config.
Fixed HOME, LOGNAME not being the run_as user.
1.2.1
11 Feb 08:32
Compare
Sorry, something went wrong.
No results found
Small documentation change: forgot to document the edit command in
the dmctl man page.
1.2
10 Feb 15:07
Compare
Sorry, something went wrong.
No results found
1.1.1
02 Jun 19:04
Compare
Sorry, something went wrong.
No results found
Fix Makefile so installing into a empty DESTDIR works (thanks James Cook)
1.1
08 Jun 09:51
Compare
Sorry, something went wrong.
No results found
Added kill command to dmctl to send signals to daemons.
1.0
16 Oct 02:35
Compare
Sorry, something went wrong.
No results found
Fix deadlock in signal handler.
Fix race conditions that prevented error messages from displaying in
dmctl.
0.99.1
09 Mar 23:34
Compare
Sorry, something went wrong.
No results found
Fix the bash completion code. Awk will be the death of me.
0.99
09 Mar 03:31
Compare
Sorry, something went wrong.
No results found
Replaced individual command sockets with a single one in /var/run.
Added "export ENV=value" syntax to daemon config file to set environment variables.
Added bash completion script.
0.98
15 Jul 06:38
Compare
Sorry, something went wrong.
No results found
Swapped command and daemon-id to match "service" param ordering.
Removed sockfile daemon.conf option.
Removed canonical name guessing based on prefix. It proved too
temperamental and is better served by bash completion (which doesn't
exist yet).
Added "log" and "tail" commands to view a daemon's log file with
$PAGER/less/more/cat and "tail -f", respectively.
0.97
15 Jul 06:37
Compare
Sorry, something went wrong.
No results found
Fix buffer overflow on long error messages.
Fix daemons' groups not getting set up right.