aboutsummaryrefslogtreecommitdiff
path: root/s6-guide.md
AgeCommit message (Collapse)Author
2018-01-12Reformat and fix titles in documentationWilliam Hubbs
2017-11-16s6 supervisor fixesWilliam Hubbs
Add the ability to force-kill a service if it does not go down successfully. Also, adjust the default wait time for an s6 service to go down to 60 seconds.
2016-07-25s6-guide: fix typoJakub Jirutka
This fixes #92.
2015-05-29fix link to s6 websiteMike Frysinger
2015-05-14s6: Use s6-svc -Dd to stop servicesWilliam Hubbs
This allows us to get rid of the sleep call in the stop function. Also, we set a configurable timeout value for stopping daemons.
2015-05-13Fix the s6 handlingWilliam Hubbs
This changes the default s6 service directory to /var/svc.d, also it changes the code to work with the individual services instead of forcing a rescan when a service is started or stopped.
2015-05-11Add support for the s6 supervision suiteWilliam Hubbs