summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-24 07:03:08 +0000
committerRoy Marples <roy@marples.name>2009-04-24 07:03:08 +0000
commite7b35a8f150a64499d9974e40787e5f830e78585 (patch)
treeb84052e9a6e1062798e2bce970ffe9ca4f970392 /etc
parente643a7fdd5726644a5d195e91ba23e9687a4407d (diff)
downloadopenrc-e7b35a8f150a64499d9974e40787e5f830e78585.tar.gz
openrc-e7b35a8f150a64499d9974e40787e5f830e78585.tar.bz2
openrc-e7b35a8f150a64499d9974e40787e5f830e78585.tar.xz
Allow rc to start (optionally stop) crashed services, #120
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index 120eed7..fa28d86 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