summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-26 23:58:57 +0000
committerRoy Marples <roy@marples.name>2008-09-26 23:58:57 +0000
commitc3e192a8348fd4731ed9806ab046f5d2e1201625 (patch)
treed1512ee84f9757d598f5323dc8bed1a370a4ddcf /etc
parent13d88731b78cef5bb8b88faa9d3e16068f37598f (diff)
downloadopenrc-c3e192a8348fd4731ed9806ab046f5d2e1201625.tar.gz
openrc-c3e192a8348fd4731ed9806ab046f5d2e1201625.tar.bz2
openrc-c3e192a8348fd4731ed9806ab046f5d2e1201625.tar.xz
Stop ssd from waiting by default - most daemons are good now.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index c9a6cbe..b09fe3d 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -52,6 +52,14 @@ rc_logger="NO"
# variables through, add them here. Use a * to allow all variables through.
# rc_env_allow="VAR1 VAR2"
+# By default we assume that all daemons will start correctly.
+# However, some do not - a classic example is that they fork and return 0 AND
+# then child barfs on a configuration error. Or the daemon has a bug and the
+# child crashes. You can set the number of milliseconds start-stop-daemon
+# waits to check that the daemon is still running after starting here.
+# The default is 0 - no checking.
+# rc_start_wait=100
+
##############################################################################
# MISC CONFIGURATION VARIABLES
# There variables are shared between many init scripts