summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2015-10-26 15:45:12 +0100
committerJan Engelhardt <jengelh@inai.de>2015-11-06 13:46:26 +0100
commit7ca4155737730ece73ae4b4ac80571005cb99b69 (patch)
tree3ee0a009f335d6fffb29e7d707e69b614f5d3eb7 /man/systemd.service.xml
parenta8eaaee72a2f06e0fb64fb71de3b71ecba31dafb (diff)
doc: use expanded forms for written style
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r--man/systemd.service.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 4ed087eccb..4e5098f0e1 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -1324,7 +1324,7 @@ ExecStart=/usr/sbin/simple-dbus-service
[Install]
WantedBy=multi-user.target</programlisting>
- <para>For <emphasis>bus-activatable</emphasis> services, don't
+ <para>For <emphasis>bus-activatable</emphasis> services, do not
include a <literal>[Install]</literal> section in the systemd
service file, but use the <varname>SystemdService=</varname>
option in the corresponding DBus service file, for example
@@ -1366,7 +1366,7 @@ ExecStart=/usr/sbin/simple-notifying-service
WantedBy=multi-user.target</programlisting>
<para>Note that the daemon has to support systemd's notification
- protocol, else systemd will think the service hasn't started yet
+ protocol, else systemd will think the service has not started yet
and kill it after a timeout. For an example of how to update
daemons to support this protocol transparently, take a look at
<citerefentry><refentrytitle>sd_notify</refentrytitle><manvolnum>3</manvolnum></citerefentry>.