From e04f1ce916965464318f882376eef04a8b6759f2 Mon Sep 17 00:00:00 2001 From: Chris Boot Date: Sun, 12 May 2013 13:47:40 +0100 Subject: ulogd: Implement PID file writing The deamon currently does not have the ability to write a PID file to track its process ID. This is very useful to an init script and to ensure there is only one running instance. This patch implements this functionality. Signed-off-by: Chris Boot --- ulogd.8 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ulogd.8') diff --git a/ulogd.8 b/ulogd.8 index 9cbad7c..9d16aeb 100644 --- a/ulogd.8 +++ b/ulogd.8 @@ -57,6 +57,9 @@ change UID/GID .TP .B -i , --info display infos about plugin +.TP +.B -p , --pidfile +record the ulogd process ID to the given file name .SH FILES .I /etc/ulogd.conf .br -- cgit v1.2.3