man: drop reference to file locking for PID file creation from daemon(7)

File locking is usually a bad idea, don't suggest using it.
This commit is contained in:
Lennart Poettering 2014-05-22 16:15:56 +09:00
parent 3de03738fc
commit c4b834a4ad

View file

@ -158,9 +158,7 @@
it is verified at the same time that
the PID previously stored in the PID
file no longer exists or belongs to a
foreign process. Commonly, some kind of
file locking is employed to implement
this logic.</para></listitem>
foreign process.</para></listitem>
<listitem><para>In the daemon process,
drop privileges, if possible and