summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* bin/rc: Fix svc script dir and session type validationP. J. McDermott2018-06-041-3/+3
|
* bin/rc: Ignore SIGHUP and don't halt svc running on errorP. J. McDermott2018-06-031-49/+42
| | | | | | | Fix run_services() parameters, function call error handling, the daemon printing to the closed standard error FD, a crash due to an empty session type in the status command, and a crash when given an unwritable status response file name. Also document the session type format.
* bin/svc: Fix error handlingP. J. McDermott2018-06-031-16/+6
|
* bin/svc: Print service output after action messageP. J. McDermott2018-06-031-4/+10
|
* bin/svc: Add action msgs and fix default restart funcP. J. McDermott2018-06-031-18/+65
| | | | And wrap function calls in conditionals.
* bin/svc: New scriptP. J. McDermott2018-06-031-0/+134
|
* bin/rc: Daemonize, add status cmd, and run svcsP. J. McDermott2018-06-031-66/+183
| | | | | And pass old and new session type lists to services instead of list of added or removed session type and ancestor types.
* bin/rc: New scriptP. J. McDermott2018-06-031-0/+200