From d3c5af429c5ac1712c50645f85db1a31c6261d4d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 8 Oct 2023 14:42:48 -0400 Subject: Don't treat SIGHUP specially If you want to restart the child, just restart kitd. --- kitd.8 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'kitd.8') 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 -- cgit 1.4.1