From e7b35a8f150a64499d9974e40787e5f830e78585 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 24 Apr 2009 07:03:08 +0000 Subject: Allow rc to start (optionally stop) crashed services, #120 --- 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 120eed71..fa28d866 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -57,6 +57,12 @@ rc_logger="NO" # This still allows the service itself to be stopped when called directly. #rc_nostop="network" +# rc will attempt to start crashed services by default. +# However, it will not stop them by default as that could bring down other +# critical services. +#rc_crashed_stop=NO +#rc_crashed_start=YES + ############################################################################## # MISC CONFIGURATION VARIABLES # There variables are shared between many init scripts -- cgit v1.2.3