diff options
author | Roy Marples <roy@marples.name> | 2009-04-19 10:25:38 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-19 10:25:38 +0000 |
commit | bb6614f4e19e77f527e72f4f5c5e130f189adfc0 (patch) | |
tree | 1630b95b544111966df2432afc52c8ba46d5a7b3 /etc | |
parent | 170547010f78a0b195157b60f3c7cae4a3380a86 (diff) |
Document rc_nostop, #118
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 1bb3b27c..120eed71 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 |