diff options
author | Roy Marples <roy@marples.name> | 2008-02-19 14:29:20 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-19 14:29:20 +0000 |
commit | 42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b (patch) | |
tree | b9e514617292c7ad1bf8df15b262beb42278e0f4 /man | |
parent | 0364bb2c84bff631e0f765254fc6bf3353950128 (diff) |
Move the shell code to check for RC_SYS to the keywords dependency.
Diffstat (limited to 'man')
-rw-r--r-- | man/runscript.8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index 7a05c6d6..2c62ece2 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -138,7 +138,15 @@ Tags a service with a keyword. Here's the keywords we currently understand:- When in a jail, exclude this service from any dependencies. The service can still be run directly. .It Dv notimeout -do not time out waiting for that service. +Do not time out waiting for that service. +.It Dv nouml +Same as nojail, but for UML systems. +.It Dv novps +Same as nojail, but for VServer and OpenVZ systems. +.It Dv noxen0 +Same as nojail, but for Xen DOM0 systems. +.It Dv noxenu +Same as nojail, but for Xen DOMU systems. .El .El .Pp |