diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-05 22:18:55 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-05 22:27:35 -0800 |
commit | 6a0812645a5460435beb8f65c7a71660db6e4be9 (patch) | |
tree | 0c1551f3e08636cd1f2a2ffd6c19b45452e22cf7 /man/runscript.8 | |
parent | 3d4d1ab14bb6500c9811e574b1717bb57c6095f8 (diff) |
Update manpage for mention of rc_sys purpose.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
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 |