summary refs log tree commit diff
path: root/catsit.8
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-28 17:04:04 -0400
committerJune McEnroe <june@causal.agency>2021-09-28 17:04:04 -0400
commit38345004720d640ac474a0c14cdc09b8414dfe0c (patch)
tree1950895062f6d38135f836767230d55324b73d30 /catsit.8
parentRefer to glob(7) (diff)
downloadcatsit-1.4.tar.gz
catsit-1.4.zip
Show /var/log/messages after catsit command 1.4
Diffstat (limited to 'catsit.8')
-rw-r--r--catsit.816
1 files changed, 15 insertions, 1 deletions
diff --git a/catsit.8 b/catsit.8
index 31fa14a..10cfbc7 100644
--- a/catsit.8
+++ b/catsit.8
@@ -1,4 +1,4 @@
-.Dd August 16, 2020
+.Dd September 28, 2021
 .Dt CATSIT 8
 .Os
 .
@@ -8,6 +8,7 @@
 .
 .Sh SYNOPSIS
 .Nm
+.Op Fl q
 .Op Fl c Ar control
 .Cm start|stop|restart|status|drop Ns | Ns Ar signal
 .Ar service ...
@@ -29,6 +30,15 @@ Communication with
 is unidirectional.
 The daemon logs any feedback
 with syslog.
+The
+.Nm
+utility waits
+a tenth of a second
+after sending the command
+then shows recent messages from
+.Xr catsitd 8
+in
+.Pa /var/log/messages .
 .
 .Pp
 The arguments are as follows:
@@ -36,6 +46,10 @@ The arguments are as follows:
 .It Fl c Ar control
 Set the path of the named pipe.
 .
+.It Fl q
+Do not show
+.Pa /var/log/messages .
+.
 .It Cm start
 Start any matching services
 which are not already started.