summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-27 12:04:33 +0000
committerRoy Marples <roy@marples.name>2009-04-27 12:04:33 +0000
commit94b3057571eed817e8aa0dd1b016ec7988328132 (patch)
tree2773a18f49f4ce68f7dd08403fd5d74509ee7f14 /man
parent338c93733d238f78cbad4b9d96f8592edf86af13 (diff)
downloadopenrc-94b3057571eed817e8aa0dd1b016ec7988328132.tar.gz
openrc-94b3057571eed817e8aa0dd1b016ec7988328132.tar.bz2
openrc-94b3057571eed817e8aa0dd1b016ec7988328132.tar.xz
Add the noshutdown keyword to special case the shutdown.
Diffstat (limited to 'man')
-rw-r--r--man/runscript.86
1 files changed, 6 insertions, 0 deletions
diff --git a/man/runscript.8 b/man/runscript.8
index fa8a833..b89e3a0 100644
--- a/man/runscript.8
+++ b/man/runscript.8
@@ -139,6 +139,12 @@ When in a jail, exclude this service from any dependencies. The service can
still be run directly.
.It Dv noopenvz
Same as nojail, but for OpenVZ systems.
+.It Dv noshutdown
+Don't stop this service when shutting the system down.
+This normally quite safe as remaining daemons will be sent a SIGTERM just
+before final shutdown.
+Network related services such as the network and dhcpcd init scripts normally
+have this keyword.
.It Dv nostop
Don't stop this service when changing runlevels, even if not present.
This includes shutting the system down.