diff options
Diffstat (limited to 'man/runscript.8')
-rw-r--r-- | man/runscript.8 | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index 33af1d79..f3c397e7 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -138,13 +138,6 @@ We should recalculate our dependencies if the listed files have changed. .It Ic keyword Tags a service with a keyword. Here's the keywords we currently understand:- .Bl -tag -width indent -.It Dv -jail -When in a jail, exclude this service from any dependencies. The service can -still be run directly. -.It Dv -openvz -Same as -jail, but for OpenVZ systems. -.It Dv -lxc -Same as -jail, but for Linux Resource Containers (LXC). .It Dv -shutdown Don't stop this service when shutting the system down. This normally quite safe as remaining daemons will be sent a SIGTERM just @@ -156,6 +149,18 @@ Don't stop this service when changing runlevels, even if not present. This includes shutting the system down. .It Dv -timeout Do not time out waiting for that service. +.It Dv -jail +When in a jail, exclude this service from any dependencies. The service can +still be run directly. Set via +.Ic rc_sys +in +.Pa /etc/rc.conf +.It Dv -lxc +Same as -jail, but for Linux Resource Containers (LXC). +.It Dv -openvz +Same as -jail, but for OpenVZ systems. +.It Dv -prefix +Same as -jail, but for Prefix systems. .It Dv -uml Same as -jail, but for UML systems. .It Dv -vserver |