Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/rc: Fix svc script dir and session type validation | P. J. McDermott | 2018-06-04 | 1 | -3/+3 |
| | |||||
* | bin/rc: Ignore SIGHUP and don't halt svc running on error | P. J. McDermott | 2018-06-03 | 1 | -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 handling | P. J. McDermott | 2018-06-03 | 1 | -16/+6 |
| | |||||
* | bin/svc: Print service output after action message | P. J. McDermott | 2018-06-03 | 1 | -4/+10 |
| | |||||
* | bin/svc: Add action msgs and fix default restart func | P. J. McDermott | 2018-06-03 | 1 | -18/+65 |
| | | | | And wrap function calls in conditionals. | ||||
* | bin/svc: New script | P. J. McDermott | 2018-06-03 | 1 | -0/+134 |
| | |||||
* | bin/rc: Daemonize, add status cmd, and run svcs | P. J. McDermott | 2018-06-03 | 1 | -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 script | P. J. McDermott | 2018-06-03 | 1 | -0/+200 |