diff options
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 |