summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-10-20 21:06:14 +0200
committerLennart Poettering <lennart@poettering.net>2014-10-20 21:06:14 +0200
commit388ce34425fe838dc47583e6686b93bac2f7c617 (patch)
treec9f5fe620f81484a452db3275cdaff22ec4a655b /man
parent659b937e670a5cb423a274b97b1eb60abd7d218f (diff)
man: try to reword explanation of Sockets= a bit
Diffstat (limited to 'man')
-rw-r--r--man/systemd.service.xml31
1 files changed, 17 insertions, 14 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index b9604b8c2..115d1692e 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -968,21 +968,24 @@
<term><varname>Sockets=</varname></term>
<listitem><para>Specifies the name of
the socket units this service shall
- inherit the sockets from when the
- service is started. Normally it
- should not be necessary to use this
- setting as all sockets whose unit
+ inherit socket file descriptors
+ from when the service is
+ started. Normally it should not be
+ necessary to use this setting as all
+ socket file descriptors whose unit
shares the same name as the service
- (ignoring the different suffix of course)
- are passed to the spawned
- process.</para>
-
- <para>Note that the same socket may be
- passed to multiple processes at the
- same time. Also note that a different
- service may be activated on incoming
- traffic than that which inherits the
- sockets. Or in other words: the
+ (subject to the different unit name
+ suffix of course) are passed to the
+ spawned process.</para>
+
+ <para>Note that the same socket file
+ descriptors may be passed to multiple
+ processes simultaneously. Also note
+ that a different service may be
+ activated on incoming socket traffic
+ than the one which is ultimately
+ configured to inherit the socket file
+ descriptors. Or in other words: the
<varname>Service=</varname> setting of
<filename>.socket</filename> units
does not have to match the inverse of