From 497cafbf0f2e96c21539fcc65b149450de262be8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 15 Aug 2020 18:25:40 -0400 Subject: Add reset interval after which restart interval is reset --- catsitd.8 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'catsitd.8') 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 -- cgit 1.4.1