commit: 5d419604a213424ad157f5c4c795f11a3a3c7bff Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Mar 11 09:42:08 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Mar 11 09:42:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d419604
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 <AT> gentoo.org> sys-process/cronie/files/cronie-systemd.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/cronie/files/cronie-systemd.patch b/sys-process/cronie/files/cronie-systemd.patch index 81c19173784..884e6655fa8 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
