summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-03-11 10:42:08 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-03-11 10:42:08 +0100
commit5d419604a213424ad157f5c4c795f11a3a3c7bff (patch)
treee30da41208790055deffed9de55bdeebfcb7e515 /sys-process
parentdev-libs/nspr: Minor ebuild cleanups. (diff)
downloadgentoo-5d419604a213424ad157f5c4c795f11a3a3c7bff.tar.gz
gentoo-5d419604a213424ad157f5c4c795f11a3a3c7bff.tar.bz2
gentoo-5d419604a213424ad157f5c4c795f11a3a3c7bff.zip
sys-process/cronie: Don't use /var/run to store the pidfile.
Closes: https://bugs.gentoo.org/679984 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/cronie/files/cronie-systemd.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/cronie/files/cronie-systemd.patch b/sys-process/cronie/files/cronie-systemd.patch
index 81c191737842..884e6655fa87 100644
--- a/sys-process/cronie/files/cronie-systemd.patch
+++ b/sys-process/cronie/files/cronie-systemd.patch
@@ -21,7 +21,7 @@ index ad46899..7a6c1a9 100644
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
+Type=forking
-+PIDFile=/var/run/crond.pid
++PIDFile=/run/crond.pid
[Install]
WantedBy=multi-user.target