diff options
author | Roy Marples <roy@marples.name> | 2009-04-27 09:06:30 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-27 09:06:30 +0000 |
commit | 338c93733d238f78cbad4b9d96f8592edf86af13 (patch) | |
tree | 76256a47a47a2e0735d754f1119034a755dd5ecc /etc/rc.conf.in | |
parent | e70a1429564a8fce5036c351b010a47dbb6c28b7 (diff) |
Fix the nstop keyword.
Diffstat (limited to 'etc/rc.conf.in')
-rw-r--r-- | etc/rc.conf.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index eab9c530..55bcb38b 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -59,9 +59,8 @@ #rc_start_wait=100 # rc_nostop is a list of services which 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" +#rc_nostop="" # rc will attempt to start crashed services by default. # However, it will not stop them by default as that could bring down other |