diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-11 10:42:08 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-11 10:42:08 +0100 |
commit | 5d419604a213424ad157f5c4c795f11a3a3c7bff (patch) | |
tree | e30da41208790055deffed9de55bdeebfcb7e515 /sys-process | |
parent | dev-libs/nspr: Minor ebuild cleanups. (diff) | |
download | gentoo-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.patch | 2 |
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 |