X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdaemon.man;h=4ab9823c3a7662513338c942f442f5c088c8ef30;hb=0ef165ecb57943e17a8ee8270df68ffb8d032e29;hp=d9f25e1a990ea2de465cb3ea62469401099d10e2;hpb=4e312e694f1e9e34ed0aad7d5778b73d7add270d;p=sliver-openvswitch.git diff --git a/lib/daemon.man b/lib/daemon.man index d9f25e1a9..4ab9823c3 100644 --- a/lib/daemon.man +++ b/lib/daemon.man @@ -1,3 +1,4 @@ +The following options are valid on POSIX based platforms. .TP \fB\-\-pidfile\fR[\fB=\fIpidfile\fR] Causes a file (by default, \fB\*(PN.pid\fR) to be created indicating @@ -20,15 +21,16 @@ When \fB\-\-pidfile\fR is not specified, this option has no effect. .TP \fB\-\-detach\fR Causes \fB\*(PN\fR to detach itself from the foreground session and -run as a background process. +run as a background process. \*(DD . .TP \fB\-\-monitor\fR Creates an additional process to monitor the \fB\*(PN\fR daemon. If the daemon dies due to a signal that indicates a programming error -(e.g. \fBSIGSEGV\fR, \fBSIGABRT\fR), then the monitor process starts a -new copy of it. If the daemon die or exits for another reason, the -monitor process exits. +(\fBSIGABRT\fR, \fBSIGALRM\fR, \fBSIGBUS\fR, \fBSIGFPE\fR, +\fBSIGILL\fR, \fBSIGPIPE\fR, \fBSIGSEGV\fR, \fBSIGXCPU\fR, or +\fBSIGXFSZ\fR) then the monitor process starts a new copy of it. If +the daemon dies or exits for another reason, the monitor process exits. .IP This option is normally used with \fB\-\-detach\fR, but it also functions without it.