diff options
author | June McEnroe <june@causal.agency> | 2020-08-16 23:01:25 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-16 23:01:25 -0400 |
commit | 6302579f2242830d2ab88930194d978707c174a9 (patch) | |
tree | 629fa90f37c4927927f616205c22b756c3600031 /catsit.8 | |
parent | Only call setgroups as root (diff) | |
download | catsit-6302579f2242830d2ab88930194d978707c174a9.tar.gz catsit-6302579f2242830d2ab88930194d978707c174a9.zip |
Add drop command
Diffstat (limited to '')
-rw-r--r-- | catsit.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/catsit.8 b/catsit.8 index d901359..ae4de38 100644 --- a/catsit.8 +++ b/catsit.8 @@ -1,4 +1,4 @@ -.Dd August 15, 2020 +.Dd August 16, 2020 .Dt CATSIT 8 .Os . @@ -9,7 +9,7 @@ .Sh SYNOPSIS .Nm .Op Fl c Ar control -.Cm start|stop|restart|status Ns | Ns Ar signal +.Cm start|stop|restart|status|drop Ns | Ns Ar signal .Ar service ... . .Sh DESCRIPTION @@ -55,6 +55,10 @@ then stopped services will be started. .It Cm status Log the current status of any matching services. . +.It Cm drop +Drop any matching stopped services +from the services list. +. .It Ar signal Send the named signal to the processes of any matching started services. |