summaryrefslogtreecommitdiff
path: root/man/systemd.socket.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-07 21:22:56 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-07 21:22:56 +0200
commitb3eaa6288107210a84d6d121036fb4b2f7283ee2 (patch)
tree852384049ac5037a10d9abcc7fbba5e362200f9c /man/systemd.socket.xml
parent61e5d8ed877b6389ea94c05e0e2f646f8b66d8bd (diff)
man: update man pages for recent syntax changes
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r--man/systemd.socket.xml25
1 files changed, 14 insertions, 11 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index 32102fab88..20dc00ed01 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -440,16 +440,18 @@
<varlistentry>
<term><varname>ExecStartPre=</varname></term>
<term><varname>ExecStartPost=</varname></term>
- <listitem><para>Takes a command line,
- which is executed before (resp. after)
- the listening sockets/FIFOs are created and
+ <listitem><para>Takes one or more
+ command lines, which are executed
+ before (resp. after) the listening
+ sockets/FIFOs are created and
bound. The first token of the command
line must be an absolute file name,
then followed by arguments for the
- process. If specified more than once,
- all commands are executed one after
- the other, fully serialized. The use of
- these settings is optional.</para></listitem>
+ process. Multiple command lines may be
+ specified following the same scheme as
+ used for
+ <varname>ExecStartPre=</varname> of
+ service unit files.</para></listitem>
</varlistentry>
<varlistentry>
@@ -458,10 +460,11 @@
<listitem><para>Additional commands
that are executed before (resp. after)
the listening sockets/FIFOs are closed
- and removed. If specified more than
- once, all commands are executed one
- after the other, fully serialized. The use of
- these settings is optional.</para></listitem>
+ and removed. Multiple command lines
+ may be specified following the same
+ scheme as used for
+ <varname>ExecStartPre=</varname> of
+ service unit files.</para></listitem>
</varlistentry>
<varlistentry>