d743bb5bcc
This reverts commits3fb4a15096
and0e8350ca14
. Either building with meson or other upstream changes was causing issues with booting, and I didn't have time to debug this properly.
25 lines
1010 B
Diff
25 lines
1010 B
Diff
From abb0fd4473c325ee48d551e8d1b790dad3234c85 Mon Sep 17 00:00:00 2001
|
|
From: AlexanderKurtz <alexander@kurtz.be>
|
|
Date: Thu, 16 Mar 2017 01:33:56 +0100
|
|
Subject: [PATCH] man: Fix a simple grammar error in systemd.service.xml
|
|
(#5594)
|
|
|
|
(cherry picked from commit bda99fab3104095420d3ee03593d07469153f6c4)
|
|
---
|
|
man/systemd.service.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
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
|