diff options
Diffstat (limited to '')
-rw-r--r-- | catsitd.8 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/catsitd.8 b/catsitd.8 index cdb77a0..dcc4a38 100644 --- a/catsitd.8 +++ b/catsitd.8 @@ -1,4 +1,4 @@ -.Dd August 13, 2020 +.Dd August 15, 2020 .Dt CATSITD 8 .Os . @@ -14,8 +14,9 @@ .Op Fl f Ar config .Op Fl g Ar group .Op Fl p Ar pidfile +.Op Fl r Ar reset .Op Fl s Ar stopexits -.Op Fl t Ar interval +.Op Fl t Ar restart .Op Fl u Ar user . .Sh DESCRIPTION @@ -100,6 +101,13 @@ Write the PID of the process to .Ar pidfile . . +.It Fl r Ar reset +Set the interval in milliseconds +for which a process must live +to have its service restart interval +reset to the initial value. +The default interval is 15 minutes. +. .It Fl s Ar stopexits Set the list of exit statuses for which a restart will not be attempted. @@ -118,10 +126,10 @@ defined in The exit status 127 is always treated as a stop exit. . -.It Fl t Ar interval +.It Fl t Ar restart Set the initial interval between restarts in milliseconds. -The default interval is 1000. +The default interval is 1 second. . .It Fl u Ar user Change user to |