summaryrefslogtreecommitdiff
path: root/man/rc-update.8
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-12-30 16:54:04 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-12-30 16:54:04 +0100
commitcf468ad0fd5426c2625626eb1e8dac2c223210e7 (patch)
tree2f4041d57c1dc70311872880fc5cc39c1c387dd7 /man/rc-update.8
parent37a57b1a4004ab89424d8881d0b33b59709e375a (diff)
parent3470eda3f5cea437a6de132b1ead3f27effd3902 (diff)
downloadopenrc-7fb851122c9c4d5b8b78fc73c5af8ee7e10f8e1a.tar.gz
openrc-7fb851122c9c4d5b8b78fc73c5af8ee7e10f8e1a.tar.bz2
openrc-7fb851122c9c4d5b8b78fc73c5af8ee7e10f8e1a.tar.xz
Merge branch 'master' into openrc-master-embtkopenrc-embtk-0.13openrc-master-embtk
Diffstat (limited to 'man/rc-update.8')
-rw-r--r--man/rc-update.84
1 files changed, 3 insertions, 1 deletions
diff --git a/man/rc-update.8 b/man/rc-update.8
index 459f069..3fa97a4 100644
--- a/man/rc-update.8
+++ b/man/rc-update.8
@@ -53,7 +53,8 @@ All services must reside in the
or
.Pa /usr/local/etc/init.d
directories.
-They must also conform to the OpenRC runscript standard.
+They must also be standard OpenRC scripts, meaning they must use
+openrc-run.
.Pp
.Bl -tag -width "Fl a , -delete service"
.It Ar add Ar service
@@ -87,6 +88,7 @@ option is given then we either add or remove the runlevel from the runlevel.
This allows inheritance of runlevels.
.Sh SEE ALSO
.Xr openrc 8 ,
+.Xr openrc-run 8 ,
.Xr rc-status 8
.Sh AUTHORS
.An Roy Marples <roy@marples.name>