diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man8/systemd-socket-proxyd.8')
-rw-r--r-- | upstream/opensuse-tumbleweed/man8/systemd-socket-proxyd.8 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/upstream/opensuse-tumbleweed/man8/systemd-socket-proxyd.8 b/upstream/opensuse-tumbleweed/man8/systemd-socket-proxyd.8 index 909910cb..e7057e71 100644 --- a/upstream/opensuse-tumbleweed/man8/systemd-socket-proxyd.8 +++ b/upstream/opensuse-tumbleweed/man8/systemd-socket-proxyd.8 @@ -1,5 +1,5 @@ '\" t -.TH "SYSTEMD\-SOCKET\-PROXYD" "8" "" "systemd 254" "systemd-socket-proxyd" +.TH "SYSTEMD\-SOCKET\-PROXYD" "8" "" "systemd 255" "systemd-socket-proxyd" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -39,6 +39,18 @@ This utility\*(Aqs behavior is similar to are support for socket activation with "Accept=no" and an event\-driven design that scales better with the number of connections\&. +.PP +Note that +\fBsystemd\-socket\-proxyd\fR +will not forward socket side channel information, i\&.e\&. will not forward +\fBSCM_RIGHTS\fR, +\fBSCM_CREDENTIALS\fR, +\fBSCM_SECURITY\fR, +\fBSO_PEERCRED\fR, +\fBSO_PEERPIDFD\fR, +\fBSO_PEERSEC\fR, +\fBSO_PEERGROUPS\fR +and similar\&. .SH "OPTIONS" .PP The following options are understood: @@ -56,6 +68,8 @@ Print a short version string and exit\&. \fB\-\-connections\-max=\fR, \fB\-c\fR .RS 4 Sets the maximum number of simultaneous connections, defaults to 256\&. If the limit of concurrent connections is reached further connections will be refused\&. +.sp +Added in version 233\&. .RE .PP \fB\-\-exit\-idle\-time=\fR @@ -63,6 +77,8 @@ Sets the maximum number of simultaneous connections, defaults to 256\&. If the l Sets the time before exiting when there are no connections, defaults to \fBinfinity\fR\&. Takes a unit\-less value in seconds, or a time span value such as "5min 20s"\&. +.sp +Added in version 246\&. .RE .SH "EXIT STATUS" .PP |