diff options
Diffstat (limited to 'man/runscript.8')
-rw-r--r-- | man/runscript.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index b89e3a0a..085d2bfb 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 26, 2009 +.Dd April 30, 2009 .Dt RUNSCRIPT 8 SMM .Os OpenRC .Sh NAME @@ -33,6 +33,7 @@ .Op Fl D , -nodeps .Op Fl d , -debug .Op Fl s , -ifstarted +.Op Fl Z , -dry-run .Op Ar command ... .Sh DESCRIPTION .Nm @@ -81,6 +82,9 @@ Turns off all informational output the service generates. Output from any non OpenRC comands is not affected. .It Fl v , -verbose Turns on any extra informational output the service generates. +.It Fl Z , -dry-run +Shows what services would be stopped and/or started without actually starting +or stopping them. .El .Pp The following variables affect the service script: |