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.

(cherry picked from commit c4b834a4ad)
This commit is contained in:
Lennart Poettering
2014-06-16 18:30:27 -04:00
committed by Zbigniew Jędrzejewski-Szmek
parent 1be1ff309f
commit ab28d5c3ed
+1 -3
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