Skip to content

Commit

Permalink
man/supervise-daemon.8: document --pidfile option
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed Aug 14, 2021
1 parent 6395505 commit 091cd80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions man/supervise-daemon.8
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ servicename
.Ar count
.Fl N , -nicelevel
.Ar level
.Fl p , -pidfile
.Ar supervisorpidfile
.Fl P , -respawn-period
.Ar seconds
.Fl R , -retry
Expand Down Expand Up @@ -122,6 +124,9 @@ If respawn-period is also set, more than respawn-max crashes must occur
during respawn-period seconds to cause
.Nm
to give up and exit.
.It Fl p , -pidfile Ar supervisorpidfile
Sets a path for the supervisor's pid file. Note that this is not the pid
file of the process that is being supervised.
.It Fl N , -nicelevel Ar level
Modifies the scheduling priority of the daemon.
.It Fl P , -respawn-period Ar seconds
Expand Down

0 comments on commit 091cd80

Please sign in to comment.