diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-11-15 15:25:05 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-11-15 16:01:22 +0100 |
commit | 0f67f1efae74e6d129338f1b63ede902b3d7e5ae (patch) | |
tree | ccc2a1b9e25682ec3ec9e97f6b736f66ac2a352f /man | |
parent | 7e1a84f55244ca78093b1dabc58683bc0e7f4304 (diff) |
core: lift restriction on order of - and @ in ExecStart
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.service.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 00a6398a1e..8c1dfe18b7 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -326,9 +326,8 @@ abnormal exit due to signal) is ignored and considered success. If both <literal>-</literal> and - <literal>@</literal> are used for the - same command the former must precede - the latter. Unless + <literal>@</literal> are used they + can appear in either order. Unless <varname>Type=forking</varname> is set, the process started via this command line will be considered the |