man: add man for systemd-activate datagram syntax
authorSusant Sahani <ssahani@gmail.com>
Fri, 22 Jan 2016 04:12:54 +0000 (09:42 +0530)
committerSusant Sahani <ssahani@gmail.com>
Fri, 22 Jan 2016 04:12:54 +0000 (09:42 +0530)
man/systemd-activate.xml

index 5fe1a39..c950a08 100644 (file)
@@ -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>
 
       </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>