diff options
author | AlexanderKurtz <alexander@kurtz.be> | 2017-03-16 01:33:56 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-03-15 20:33:56 -0400 |
commit | bda99fab3104095420d3ee03593d07469153f6c4 (patch) | |
tree | 7bd135108de63772b5d53cd133a27b5cc32e2a88 | |
parent | ff2e33db54719bfe8feea833571652318c6d197c (diff) |
man: Fix a simple grammar error in systemd.service.xml (#5594)
-rw-r--r-- | man/systemd.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 52eb2bb424..a452e3a672 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -184,7 +184,7 @@ process has to exit before systemd starts follow-up units. <varname>RemainAfterExit=</varname> is particularly useful for this type of service. This is the implied default if neither - <varname>Type=</varname> or <varname>ExecStart=</varname> are + <varname>Type=</varname> nor <varname>ExecStart=</varname> are specified.</para> <para>Behavior of <option>dbus</option> is similar to |