Releases: caldwell/daemon-manager
Releases · caldwell/daemon-manager
1.2.2
-
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
- Small documentation change: forgot to document the
edit
command in
the dmctl
man page.
1.1.1
- Fix Makefile so installing into a empty DESTDIR works (thanks James Cook)
1.1
- Added
kill
command to dmctl to send signals to daemons.
1.0
- Fix deadlock in signal handler.
- Fix race conditions that prevented error messages from displaying in
dmctl.
0.99.1
- Fix the bash completion code. Awk will be the death of me.
0.99
- 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
- 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
- Fix buffer overflow on long error messages.
- Fix daemons' groups not getting set up right.