diff options
author | Daniel Mack <github@zonque.org> | 2016-01-22 09:06:20 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-01-22 09:06:20 +0100 |
commit | 808abf0969aa33abbc45ae6f6059b4c597a5b7a3 (patch) | |
tree | 95b52461cf20de673a1ac848e8eba0da383d6c73 /man | |
parent | e77435f2b09f4e9e7f2b12cc89273ef53910f3e7 (diff) | |
parent | 530a071ab582cd5852cd7186e084136d3369d54a (diff) |
Merge pull request #2411 from ssahani/activate4
systemd-activate: Add support for datagram socket
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-activate.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd-activate.xml b/man/systemd-activate.xml index 5fe1a39057..c950a0836d 100644 --- a/man/systemd-activate.xml +++ b/man/systemd-activate.xml @@ -78,6 +78,9 @@ to <command>systemd-activate</command> will be passed through to the daemon, in the original positions. Other sockets specified with <option>--listen</option> will use consecutive descriptors. + By default, <command>systemd-activate</command> listens on a + stream socket, use <option>--datagram</option> to listen on + a datagram socket instead (see below). </para> </refsect1> @@ -104,6 +107,13 @@ </varlistentry> <varlistentry> + <term><option>-d</option></term> + <term><option>--datagram</option></term> + + <listitem><para>Listen on a datagram socket, instead of a stream socket.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-E <replaceable>VAR</replaceable><optional>=<replaceable>VALUE</replaceable></optional></option></term> <term><option>--setenv=<replaceable>VAR</replaceable><optional>=<replaceable>VALUE</replaceable></optional></option></term> |