Add the noshutdown keyword to special case the shutdown.

This commit is contained in:
Roy Marples
2009-04-27 12:04:33 +00:00
parent 338c93733d
commit 94b3057571
3 changed files with 12 additions and 5 deletions

View File

@@ -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.