From: Felipe Sateler Date: Sat, 27 Jun 2015 20:25:06 +0000 (-0300) Subject: systemd.service.xml: document that systemd removes the PIDFile X-Git-Tag: v222~71^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F388%2Fhead;p=thirdparty%2Fsystemd.git systemd.service.xml: document that systemd removes the PIDFile --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 1e949f0c528..4368ca8a19c 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -226,7 +226,10 @@ services where Type= is set to . systemd will read the PID of the main process of the daemon after start-up of the service. - systemd will not write to the file configured here. + systemd will not write to the file configured here, although + it will remove the file after the service has shut down if it + still exists. +