Releases: caldwell/daemon-manager
Releases · caldwell/daemon-manager
1.2.2
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
Compare
Sorry, something went wrong.
No results found
Small documentation change: forgot to document the edit command in
the dmctl man page.
1.2
Compare
Sorry, something went wrong.
No results found
1.1.1
Compare
Sorry, something went wrong.
No results found
Fix Makefile so installing into a empty DESTDIR works (thanks James Cook)
1.1
Compare
Sorry, something went wrong.
No results found
Added kill command to dmctl to send signals to daemons.
1.0
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
Compare
Sorry, something went wrong.
No results found
Fix the bash completion code. Awk will be the death of me.
0.99
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
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
Compare
Sorry, something went wrong.
No results found
Fix buffer overflow on long error messages.
Fix daemons' groups not getting set up right.