Change the notes about the pidfile to include Doug's preference

for pre-creating the pidfile with appropriate owner and permissions.

Requested by dougb
This commit is contained in:
Guy Helmer 2012-02-01 16:40:59 +00:00
parent 6af519cf18
commit b34650e320
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230869

View File

@ -61,8 +61,9 @@ using the
functionality. functionality.
If the If the
.Fl u .Fl u
option is used, the directory to contain the pidfile must be writable option is used, either the pidfile needs to have been pre-created
by the specified user. with appropriate ownership and permissions, or the directory to contain
the pidfile must be writable by the specified user.
Note, that the file will be created shortly before the process is Note, that the file will be created shortly before the process is
actually executed, and will remain after the process exits (although actually executed, and will remain after the process exits (although
it will be removed if the execution fails). it will be removed if the execution fails).