aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2018-05-15 16:59:21 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2018-05-15 16:59:21 -0500
commit4d47ce440c3e8f193cff82a77e6691ee6e7fac33 (patch)
treeb3d4a3de30280175de566522be73868ce9f1965e /man
parent958f57d895b6573b39e62097e5e9881f16174715 (diff)
rc-service: add -d/--debug and -D/--nodeps options
Diffstat (limited to 'man')
-rw-r--r--man/rc-service.814
1 files changed, 14 insertions, 0 deletions
diff --git a/man/rc-service.8 b/man/rc-service.8
index a0202a8e..3613f8b8 100644
--- a/man/rc-service.8
+++ b/man/rc-service.8
@@ -20,6 +20,14 @@
.Ar service cmd
.Op Ar ...
.Nm
+.Fl d , -debug
+.Ar service cmd
+.Op Ar ...
+.Nm
+.Fl D , -nodeps
+.Ar service cmd
+.Op Ar ...
+.Nm
.Op Fl i , -ifexists
.Ar service cmd
.Op Ar ...
@@ -72,6 +80,12 @@ otherwise -1.
.Fl r , -resolve
does the same and also prints the full path of the service to stdout.
.Pp
+.Fl d , -debug
+sets -x when running the service script(s).
+.Pp
+.Fl D , -nodeps
+ignores dependencies when running the service.
+.Pp
.Fl Z , -dry-run
prints out the commands it would execute rather than executing them.
.Sh SEE ALSO