diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-08-13 23:08:07 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-08-13 23:08:07 -0500 |
commit | 091cd8015f25d283760c39dcb9bd7e9d56eef7c4 (patch) | |
tree | 8a86b2624fe5ebbb7949211000c2743c689a269e /man | |
parent | 63955056ecb98faa1a02d90d5a4742515f0299c8 (diff) |
man/supervise-daemon.8: document --pidfile option
Diffstat (limited to 'man')
-rw-r--r-- | man/supervise-daemon.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/supervise-daemon.8 b/man/supervise-daemon.8 index 75d94a86..27c4d2da 100644 --- a/man/supervise-daemon.8 +++ b/man/supervise-daemon.8 @@ -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 @@ -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 |