summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-19 10:25:38 +0000
committerRoy Marples <roy@marples.name>2009-04-19 10:25:38 +0000
commitbb6614f4e19e77f527e72f4f5c5e130f189adfc0 (patch)
tree1630b95b544111966df2432afc52c8ba46d5a7b3 /etc
parent170547010f78a0b195157b60f3c7cae4a3380a86 (diff)
downloadopenrc-bb6614f4e19e77f527e72f4f5c5e130f189adfc0.tar.gz
openrc-bb6614f4e19e77f527e72f4f5c5e130f189adfc0.tar.bz2
openrc-bb6614f4e19e77f527e72f4f5c5e130f189adfc0.tar.xz
Document rc_nostop, #118
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