From fcf4e53f577a47b4666052ad024f83eb984a658a Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Tue, 21 Jun 2011 11:23:03 +0200 Subject: iscsid: Implement --no-pid-file For root on iSCSI scenarios the /var directory might not exist. And we don't need the pid file anyway as the daemon is synchronized via the IPC connection. Signed-off-by: Hannes Reinecke --- doc/iscsid.8 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/iscsid.8 b/doc/iscsid.8 index 1dfa1e5..92b7f81 100644 --- a/doc/iscsid.8 +++ b/doc/iscsid.8 @@ -35,6 +35,9 @@ run under user ID \fIuid\fR (default is the current user ID) .BI [-g|--gid=]\fIgid\fP run under user group ID \fIgid\fR (default is the current user group ID). .TP +.BI [-n|--no-pid-file]\fP +do not write a process ID file. +.TP .BI [-p|--pid=]\fIpid\-file\fP write process ID to \fIpid\-file\fR rather than the default \fI/var/run/iscsid.pid\fR -- cgit v1.2.1