diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-08 12:29:26 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-08 12:29:26 -0500 |
commit | 0198affc742297b6e203bbcecc14436682119cc7 (patch) | |
tree | 8c2475343f55683ef156da97c524e781141c45e4 /etc | |
parent | abef2fcb2dbcc277bb05f0d9c674d4b47826f17f (diff) |
The rc_supervisor variable is a service configuration variable
This variable should not be changed globally unless you really know what
you are doing.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index b16aaff4..7fcdfe87 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -77,12 +77,6 @@ #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 @@ -117,6 +111,12 @@ # file, those characters should be replaced with underscores in the # variable names as shown below. +# 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="" + # Some daemons are started and stopped via start-stop-daemon. # We can set some things on a per service basis, like the nicelevel. #SSD_NICELEVEL="-19" |