diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-30 02:19:12 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-05 19:50:00 +0200 |
commit | d9ff321ad9477664c34b81a9dd4fce616e44124e (patch) | |
tree | 96d0cc7c435b52309253b584b2b61f13096b61c1 /man | |
parent | 20ed3656786a36f58a27901356e67d03cdd6de5e (diff) |
socket: make service to start on incoming traffic configurable
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.socket.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index a7b8228aa0..78d379de92 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -518,6 +518,18 @@ <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.</para></listitem> </varlistentry> + + <varlistentry> + <term><varname>Service=</varname></term> + <listitem><para>Specifies the service + unit name to activate on incoming + traffic. This defaults to the service + that bears the same name as the socket + (ignoring the different suffixes). In + most cases it should not be necessary + to use this option.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |