diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/systemd-socket-activate.1')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/systemd-socket-activate.1 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/systemd-socket-activate.1 b/upstream/opensuse-tumbleweed/man1/systemd-socket-activate.1 index db89b884..e9235e31 100644 --- a/upstream/opensuse-tumbleweed/man1/systemd-socket-activate.1 +++ b/upstream/opensuse-tumbleweed/man1/systemd-socket-activate.1 @@ -1,5 +1,5 @@ '\" t -.TH "SYSTEMD\-SOCKET\-ACTIVATE" "1" "" "systemd 254" "systemd-socket-activate" +.TH "SYSTEMD\-SOCKET\-ACTIVATE" "1" "" "systemd 255" "systemd-socket-activate" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -56,23 +56,31 @@ Listen on this "2000" or "127\&.0\&.0\&.1:2001"\&. +.sp +Added in version 230\&. .RE .PP \fB\-a\fR, \fB\-\-accept\fR .RS 4 Launch an instance of the service program for each connection and pass the connection socket\&. +.sp +Added in version 230\&. .RE .PP \fB\-d\fR, \fB\-\-datagram\fR .RS 4 Listen on a datagram socket (\fBSOCK_DGRAM\fR), instead of a stream socket (\fBSOCK_STREAM\fR)\&. May not be combined with \fB\-\-seqpacket\fR\&. +.sp +Added in version 230\&. .RE .PP \fB\-\-seqpacket\fR .RS 4 Listen on a sequential packet socket (\fBSOCK_SEQPACKET\fR), instead of a stream socket (\fBSOCK_STREAM\fR)\&. May not be combined with \fB\-\-datagram\fR\&. +.sp +Added in version 230\&. .RE .PP \fB\-\-inetd\fR @@ -80,6 +88,8 @@ Listen on a sequential packet socket (\fBSOCK_SEQPACKET\fR), instead of a stream Use the inetd protocol for passing file descriptors, i\&.e\&. as standard input and standard output, instead of the new\-style protocol for passing file descriptors using \fI$LISTEN_FDS\fR (see above)\&. +.sp +Added in version 230\&. .RE .PP \fB\-E \fR\fB\fIVAR\fR\fR\fB[=\fIVALUE\fR]\fR, \fB\-\-setenv=\fR\fB\fIVAR\fR\fR\fB[=\fIVALUE\fR]\fR @@ -90,6 +100,8 @@ is followed by "=", assume that it is a variable\(envalue pair\&. Otherwise, obtain the value from the environment of \fBsystemd\-socket\-activate\fR itself\&. +.sp +Added in version 230\&. .RE .PP \fB\-\-fdname=\fR\fINAME\fR[:\fINAME\fR\&...] @@ -98,6 +110,8 @@ Specify names for the file descriptors passed\&. This is equivalent to setting \fIFileDescriptorName=\fR in socket unit files, and enables use of \fBsd_listen_fds_with_names\fR(3)\&. Multiple entries may be specifies using separate options or by separating names with colons (":") in one option\&. In case more names are given than descriptors, superfluous ones will be ignored\&. In case less names are given than descriptors, the remaining file descriptors will be unnamed\&. +.sp +Added in version 230\&. .RE .PP \fB\-h\fR, \fB\-\-help\fR @@ -115,12 +129,16 @@ Print a short version string and exit\&. .RS 4 See \fBsd_listen_fds\fR(3)\&. +.sp +Added in version 230\&. .RE .PP \fI$SYSTEMD_LOG_TARGET\fR, \fI$SYSTEMD_LOG_LEVEL\fR, \fI$SYSTEMD_LOG_TIME\fR, \fI$SYSTEMD_LOG_COLOR\fR, \fI$SYSTEMD_LOG_LOCATION\fR .RS 4 Same as in \fBsystemd\fR(1)\&. +.sp +Added in version 230\&. .RE .SH "EXAMPLES" .PP |