From abef2fcb2dbcc277bb05f0d9c674d4b47826f17f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 8 May 2015 11:29:49 -0500 Subject: 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. --- etc/rc.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3