summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index 1bb3b27..120eed7 100644
--- a/etc/rc.conf.in
+++ b/etc/rc.conf.in
@@ -52,6 +52,11 @@ rc_logger="NO"
# The default is 0 - no checking.
# rc_start_wait=100
+# rc_nostop is a list of services that rc will not stop when changing runlevels.
+# Network clients may wish to add network to the list.
+# This still allows the service itself to be stopped when called directly.
+#rc_nostop="network"
+
##############################################################################
# MISC CONFIGURATION VARIABLES
# There variables are shared between many init scripts