aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2015-05-08 11:29:49 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2015-05-08 11:39:39 -0500
commitabef2fcb2dbcc277bb05f0d9c674d4b47826f17f (patch)
tree8dff38dd692971f268c9ab0e0c33944b59c06c23 /etc
parent0b435ddd834bd18254c4d3341acdebf0829921f5 (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')
-rw-r--r--etc/rc.conf.in6
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