diff options
Diffstat (limited to 'man/rc-update.8')
-rw-r--r-- | man/rc-update.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/rc-update.8 b/man/rc-update.8 index 459f0693..3fa97a4e 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> |