From f689187966ff4339e1868094c0636b969b4eff26 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 30 Apr 2009 23:42:01 +0100 Subject: Add -Z, --dry-run option to show which services we would start/stop without actually doing so. Fixes #151. --- man/runscript.8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/runscript.8 b/man/runscript.8 index b89e3a0..085d2bf 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: -- cgit v1.2.3