diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-08 11:29:49 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-08 11:39:39 -0500 |
commit | abef2fcb2dbcc277bb05f0d9c674d4b47826f17f (patch) | |
tree | 8dff38dd692971f268c9ab0e0c33944b59c06c23 /etc/rc.conf.in | |
parent | 0b435ddd834bd18254c4d3341acdebf0829921f5 (diff) |
Make the default start, stop and status functions overridable
This will make it possible to add support for supervision suites such as
runit and s6.
Diffstat (limited to 'etc/rc.conf.in')
-rw-r--r-- | etc/rc.conf.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 69a5cf24..b16aaff4 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -77,6 +77,12 @@ #rc_crashed_stop=NO #rc_crashed_start=YES +# Set rc_supervisor to use a program to monitor your daemons and restart +# them when they crash. +# Leaving this undefined uses start-stop-daemon, which is OpenRC's +# default. +#rc_supervisor="" + # Set rc_nocolor to yes if you do not want colors displayed in OpenRC # output. #rc_nocolor=NO |