2010-03-23 11:22:42 -07:00
|
|
|
.IP "\fB\-\-unixctl=\fIsocket\fR"
|
|
|
|
Sets the name of the control socket on which \fB\*(PN\fR listens for
|
|
|
|
runtime management commands (see \fBRUNTIME MANAGEMENT COMMANDS\fR,
|
|
|
|
below). If \fIsocket\fR does not begin with \fB/\fR, it is
|
|
|
|
interpreted as relative to \fB@RUNDIR@\fR. If \fB\-\-unixctl\fR is
|
|
|
|
not used at all, the default socket is
|
|
|
|
\fB@RUNDIR@/\*(PN.\fIpid\fB.ctl\fR, where \fIpid\fR is \fB\*(PN\fR's
|
|
|
|
process ID.
|
2014-03-28 08:19:59 -07:00
|
|
|
.IP
|
2016-08-02 18:19:34 +00:00
|
|
|
On Windows a local named pipe is used to listen for runtime management
|
|
|
|
commands. A file is created in the absolute path as pointed by
|
|
|
|
\fIsocket\fR or if \fB\-\-unixctl\fR is not used at all, a file is
|
|
|
|
created as \fB\*(PN.ctl\fR in the configured \fIOVS_RUNDIR\fR
|
|
|
|
directory. The file exists just to mimic the behavior of a Unix domain socket.
|
2014-03-28 08:19:59 -07:00
|
|
|
.IP
|
2010-11-29 12:21:08 -08:00
|
|
|
Specifying \fBnone\fR for \fIsocket\fR disables the control socket
|
|
|
|
feature.
|