aboutsummaryrefslogtreecommitdiff
path: root/src/rc/supervise-daemon.c
AgeCommit message (Expand)Author
2017-09-06add retry option to supervise-daemonWilliam Hubbs
2017-08-23move get_pid function to a shared fileWilliam Hubbs
2017-05-12supervise-daemon: save start time and respawn count before dropping privsWilliam Hubbs
2017-05-11fix from_time_t functionWilliam Hubbs
2017-05-11Move time_t conversions to rc-misc.c so they can be sharedWilliam Hubbs
2017-05-11supervise-daemon: save start time and respawn countWilliam Hubbs
2017-05-11supervise-daemon: fix our status when we give up on the child processWilliam Hubbs
2017-05-10supervise-daemon:create multiple options from --respawn-limitWilliam Hubbs
2017-05-09supervise-daemon: add a --respawn-limit optionWilliam Hubbs
2017-04-29supervise-daemon: mark all open file descriptors FD_CLOEXECWilliam Hubbs
2017-04-29supervise-daemon:remove the controlling tty in the supervisorWilliam Hubbs
2017-04-29supervise-daemon: fix access to tty_fd and devnull_fdWilliam Hubbs
2017-04-29supervise-daemon: mark the service started when the supervisor is activeWilliam Hubbs
2017-01-04Clean up warnings that can use the _unused macroBenda Xu
2017-01-04Indentation fixesBenda Xu
2016-05-23supervise-daemon: log the exit code or signal when a child process diesWilliam Hubbs
2016-05-13supervise-daemon: add pam service fileWilliam Hubbs
2016-04-27add daemon supervisorWilliam Hubbs