valeriyvdovin / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone

Blame SOURCES/0225-systemd.service.xml-document-that-systemd-removes-th.patch

923a60
From 7dbfc725ccbdcdf33aa46f97a68275fbd5f936c5 Mon Sep 17 00:00:00 2001
923a60
From: Felipe Sateler <fsateler@debian.org>
923a60
Date: Sat, 27 Jun 2015 17:25:06 -0300
923a60
Subject: [PATCH] systemd.service.xml: document that systemd removes the
923a60
 PIDFile
923a60
923a60
(cherry picked from commit 341db20b7e98199003b4ce6aa52b339757828204)
923a60
923a60
Cherry-picked from: 341db20
923a60
Resolves: #1222517
923a60
---
923a60
 man/systemd.service.xml | 5 ++++-
923a60
 1 file changed, 4 insertions(+), 1 deletion(-)
923a60
923a60
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
923a60
index f598705633..a274db4803 100644
923a60
--- a/man/systemd.service.xml
923a60
+++ b/man/systemd.service.xml
923a60
@@ -226,7 +226,10 @@
923a60
         services where <varname>Type=</varname> is set to
923a60
         <option>forking</option>. systemd will read the PID of the
923a60
         main process of the daemon after start-up of the service.
923a60
-        systemd will not write to the file configured here.</para>
923a60
+        systemd will not write to the file configured here, although
923a60
+        it will remove the file after the service has shut down if it
923a60
+        still exists.
923a60
+        </para>
923a60
         </listitem>
923a60
       </varlistentry>
923a60