summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-03 17:19:56 +0000
committerRoy Marples <roy@marples.name>2008-03-03 17:19:56 +0000
commit15cf41e7131cebbb74241180f36f59384c7a0477 (patch)
tree30accca041088b161a4d5cfcb731dcd40a496868 /man
parentf3e90dddbfcf838b653846cce7fd2be479c68900 (diff)
downloadopenrc-15cf41e7131cebbb74241180f36f59384c7a0477.tar.gz
openrc-15cf41e7131cebbb74241180f36f59384c7a0477.tar.bz2
openrc-15cf41e7131cebbb74241180f36f59384c7a0477.tar.xz
Split VPS into VSERVER and OPENVZ
Diffstat (limited to 'man')
-rw-r--r--man/runscript.88
1 files changed, 5 insertions, 3 deletions
diff --git a/man/runscript.8 b/man/runscript.8
index 79f957c..1b9488f 100644
--- a/man/runscript.8
+++ b/man/runscript.8
@@ -137,12 +137,14 @@ Tags a service with a keyword. Here's the keywords we currently understand:-
.It Dv nojail
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 notimeout
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 novserver
+Same as nojail, but for VServer systems.
.It Dv noxen0
Same as nojail, but for Xen DOM0 systems.
.It Dv noxenu
@@ -284,7 +286,7 @@ Boot runlevel chosen. Default is boot.
Default runlevel chosen. Default is default.
.It Va RC_SYS
A special variable to describe the system more.
-Possible values are XENU, XEN0, UML and VPS.
+Possible values are OPENVZ, XENU, XEN0, UML and VSERVER.
.It Va RC_UNAME
The result of `uname -s`.
.El