1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

man: document Sockets= switch

This commit is contained in:
Lennart Poettering 2010-10-05 20:51:00 +02:00
parent e62e6670f7
commit f72192c0c9

View File

@ -602,6 +602,33 @@
<varname>Type=notify</varname> (see above).</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>Sockets=</varname></term>
<listitem><para>Specifies the name of
the socket units this service shall
inherit the sockets from when the
service (ignoring the different suffix
of course) is started. Normally it
should not be necessary to use this
setting as all sockets whose unit
shares the same name as the service
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 inherits the sockets. Or
in other words: The
<varname>Service=</varname> setting of
<filename>.socket</filename> units
doesn't have to match the inverse of the
<varname>Sockets=</varname> setiing of
the <filename>.service</filename> it
refers to.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>