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:
parent
7b7afdfc07
commit
530a071ab5
@ -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>
|
||||
|
||||
@ -103,6 +106,13 @@
|
||||
and standard output.</para></listitem>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user