diff options
author | June McEnroe <june@causal.agency> | 2020-08-15 18:31:59 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-15 18:31:59 -0400 |
commit | f7850dde39d9495ed421af8ed2c78c3d0e404ebc (patch) | |
tree | f54c018fcf6fb548e429d809bbf35b592ab8f218 | |
parent | Fix resetting restart interval with explicit restart (diff) | |
download | catsit-f7850dde39d9495ed421af8ed2c78c3d0e404ebc.tar.gz catsit-f7850dde39d9495ed421af8ed2c78c3d0e404ebc.zip |
Clarify restart interval in catsitd manual
-rw-r--r-- | catsitd.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/catsitd.8 b/catsitd.8 index dcc4a38..76d3ef9 100644 --- a/catsitd.8 +++ b/catsitd.8 @@ -127,8 +127,11 @@ The exit status 127 is always treated as a stop exit. . .It Fl t Ar restart -Set the initial interval between restarts -in milliseconds. +Set the initial interval in milliseconds +between automatic restarts. +This interval is doubled +each time a service +is automatically restarted. The default interval is 1 second. . .It Fl u Ar user |