summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@gmail.com>2016-01-22 09:42:54 +0530
committerSusant Sahani <ssahani@gmail.com>2016-01-22 09:42:54 +0530
commit530a071ab582cd5852cd7186e084136d3369d54a (patch)
tree95b52461cf20de673a1ac848e8eba0da383d6c73 /man
parent7b7afdfc072b14a4fa4dc195f50becaa7cecc5e8 (diff)
man: add man for systemd-activate datagram syntax
Diffstat (limited to 'man')
-rw-r--r--man/systemd-activate.xml10
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>