man/supervise-daemon.8: document --pidfile option
This commit is contained in:
parent
63955056ec
commit
091cd8015f
@ -37,6 +37,8 @@ servicename
|
|||||||
.Ar count
|
.Ar count
|
||||||
.Fl N , -nicelevel
|
.Fl N , -nicelevel
|
||||||
.Ar level
|
.Ar level
|
||||||
|
.Fl p , -pidfile
|
||||||
|
.Ar supervisorpidfile
|
||||||
.Fl P , -respawn-period
|
.Fl P , -respawn-period
|
||||||
.Ar seconds
|
.Ar seconds
|
||||||
.Fl R , -retry
|
.Fl R , -retry
|
||||||
@ -122,6 +124,9 @@ If respawn-period is also set, more than respawn-max crashes must occur
|
|||||||
during respawn-period seconds to cause
|
during respawn-period seconds to cause
|
||||||
.Nm
|
.Nm
|
||||||
to give up and exit.
|
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
|
.It Fl N , -nicelevel Ar level
|
||||||
Modifies the scheduling priority of the daemon.
|
Modifies the scheduling priority of the daemon.
|
||||||
.It Fl P , -respawn-period Ar seconds
|
.It Fl P , -respawn-period Ar seconds
|
||||||
|
Loading…
Reference in New Issue
Block a user