- improve -S to be position independent of -p
- improve compatibility with BSD make.
- fix waiting for child to exit on graceful shutdown
- fix: only invoke error command when specified
- update commander
- add passing of PID to the error scripts
- update commander
- change SIGKILL to sig
- add
--on-error <cmd>
- add
--on-restart <cmd>
- add
--attempts <max>
- add restart limiting / bailing logic
- change signalling of child to pgid to fix
dash
support
- fix child exit, reset signals
- change graceful_exit to kill() with the same sig
- add --on-error
- remove pid log
- update commander
- Refactor with commander
- Added: error when an unrecognized flag is passed
- Added -m, --mon-pidfile. Closes #4
- Added ms dep