diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-09 17:56:45 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-11 09:44:06 -0500 |
commit | a15fa1a3b12a5372c1b3c8d5df7e489648bef913 (patch) | |
tree | 1a30f9aab44612a238a0529794c51fc34b2517de /etc | |
parent | 0198affc742297b6e203bbcecc14436682119cc7 (diff) |
Rework supervisor integration framework
The original way of doing this allowed users to change the supervisor in
conf.d/*. This changes this so that the supervisor setup can be done in
the service script itself.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 7fcdfe87..69a5cf24 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -111,12 +111,6 @@ # 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" |