diff options
author | June McEnroe <june@causal.agency> | 2023-10-08 13:10:02 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-08 13:11:26 -0400 |
commit | 72e4f0ae63a94a0535f0470489718c4bc67f180e (patch) | |
tree | 47055ddf5ba1d218f3fe8bb30a7921f8f7ffd228 /kitd.8 | |
parent | Remove pidfile option (diff) | |
download | kitd-72e4f0ae63a94a0535f0470489718c4bc67f180e.tar.gz kitd-72e4f0ae63a94a0535f0470489718c4bc67f180e.zip |
Implement it
Diffstat (limited to 'kitd.8')
-rw-r--r-- | kitd.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kitd.8 b/kitd.8 index 3ab6292..c88c97a 100644 --- a/kitd.8 +++ b/kitd.8 @@ -44,6 +44,7 @@ as well as Set the name of the process and the logging prefix. The default is +the last path component of .Ar command . .It Fl t Ar restart The initial interval in milliseconds @@ -62,9 +63,9 @@ responds to the following signals: The child process is sent .Dv SIGTERM and restarted. -.It Dv SIGTERM -The child process is sent -.Dv SIGTERM . +.It Dv SIGTERM , Dv SIGINT +The signal is forwarded to +the child process. .Nm exits. .It Dv SIGINFO |