diff options
author | June McEnroe <june@causal.agency> | 2023-10-08 14:42:48 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-08 14:42:48 -0400 |
commit | d3c5af429c5ac1712c50645f85db1a31c6261d4d (patch) | |
tree | ad883b9ba99df8e54b49d084376eb704356e1207 /kitd.8 | |
parent | Don't put the child PID in proctitle (diff) | |
download | kitd-d3c5af429c5ac1712c50645f85db1a31c6261d4d.tar.gz kitd-d3c5af429c5ac1712c50645f85db1a31c6261d4d.zip |
Don't treat SIGHUP specially
If you want to restart the child, just restart kitd.
Diffstat (limited to 'kitd.8')
-rw-r--r-- | kitd.8 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/kitd.8 b/kitd.8 index c88c97a..f0c2672 100644 --- a/kitd.8 +++ b/kitd.8 @@ -1,4 +1,4 @@ -.Dd October 7, 2023 +.Dd October 8, 2023 .Dt KITD 8 .Os . @@ -59,10 +59,6 @@ The default interval is 1 second. .Nm responds to the following signals: .Bl -tag -width Ds -.It Dv SIGHUP -The child process is sent -.Dv SIGTERM -and restarted. .It Dv SIGTERM , Dv SIGINT The signal is forwarded to the child process. @@ -71,7 +67,7 @@ exits. .It Dv SIGINFO The status of the child process is logged. -.It Dv SIGUSR1 , Dv SIGUSR2 +.It Dv SIGHUP , Dv SIGUSR1 , Dv SIGUSR2 The signal is forwarded to the child process. .El |