1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

man: add man for systemd-activate datagram syntax

This commit is contained in:
Susant Sahani 2016-01-22 09:42:54 +05:30
parent 7b7afdfc07
commit 530a071ab5

View File

@ -78,6 +78,9 @@
to <command>systemd-activate</command> will be passed through to to <command>systemd-activate</command> will be passed through to
the daemon, in the original positions. Other sockets specified the daemon, in the original positions. Other sockets specified
with <option>--listen</option> will use consecutive descriptors. 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> </para>
</refsect1> </refsect1>
@ -103,6 +106,13 @@
and standard output.</para></listitem> and standard output.</para></listitem>
</varlistentry> </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> <varlistentry>
<term><option>-E <replaceable>VAR</replaceable><optional>=<replaceable>VALUE</replaceable></optional></option></term> <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> <term><option>--setenv=<replaceable>VAR</replaceable><optional>=<replaceable>VALUE</replaceable></optional></option></term>