diff options
author | June McEnroe <june@causal.agency> | 2023-10-07 18:11:05 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-07 18:11:05 -0400 |
commit | 027381d45d4f7db1672a7c56c9f508d2c7b432fb (patch) | |
tree | 870ef7b5ac6b602709eac6a66d475c1dd8a90dda | |
parent | Add prospective manual page (diff) | |
download | kitd-027381d45d4f7db1672a7c56c9f508d2c7b432fb.tar.gz kitd-027381d45d4f7db1672a7c56c9f508d2c7b432fb.zip |
Remove pidfile option
Diffstat (limited to '')
-rw-r--r-- | kitd.8 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kitd.8 b/kitd.8 index 6bc1cfa..3ab6292 100644 --- a/kitd.8 +++ b/kitd.8 @@ -11,7 +11,6 @@ .Op Fl d .Op Fl c Ar cooloff .Op Fl n Ar name -.Op Fl p Ar pidfile .Op Fl t Ar restart .Ar command ... . @@ -46,11 +45,6 @@ Set the name of the process and the logging prefix. The default is .Ar command . -.It Fl p Ar pidfile -Write the PID of -.Nm -to -.Ar pidfile . .It Fl t Ar restart The initial interval in milliseconds between automatic restarts. |