diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-17 12:09:33 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-17 12:10:05 +0100 |
commit | 24d88311234514d095f9cc964e45cc7fe2ea3cda (patch) | |
tree | 7626acd1f81099fd5af746d1d14fe48e4ad3c62c /sys-process | |
parent | net-mail/courier-imap: stable 4.18.2 for hppa, bug #676732 (diff) | |
download | gentoo-24d88311234514d095f9cc964e45cc7fe2ea3cda.tar.gz gentoo-24d88311234514d095f9cc964e45cc7fe2ea3cda.tar.bz2 gentoo-24d88311234514d095f9cc964e45cc7fe2ea3cda.zip |
sys-process/cronie: Fixed cronie-1.5.3-systemd.patch
Closes: https://bugs.gentoo.org/680702
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/cronie-1.5.3-r1.ebuild (renamed from sys-process/cronie/cronie-1.5.3.ebuild) | 0 | ||||
-rw-r--r-- | sys-process/cronie/files/cronie-1.5.3-systemd.patch | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/cronie/cronie-1.5.3.ebuild b/sys-process/cronie/cronie-1.5.3-r1.ebuild index a9589e5fbea2..a9589e5fbea2 100644 --- a/sys-process/cronie/cronie-1.5.3.ebuild +++ b/sys-process/cronie/cronie-1.5.3-r1.ebuild diff --git a/sys-process/cronie/files/cronie-1.5.3-systemd.patch b/sys-process/cronie/files/cronie-1.5.3-systemd.patch index 0779b4e3f8d6..0aed5404d39a 100644 --- a/sys-process/cronie/files/cronie-1.5.3-systemd.patch +++ b/sys-process/cronie/files/cronie-1.5.3-systemd.patch @@ -1,4 +1,4 @@ -From 6ce570afc34c961d1bb347c406c989614db2ef89 Mon Sep 17 00:00:00 2001 +From d022f457d838251963b23697d7ec907d43b637ac Mon Sep 17 00:00:00 2001 From: Mike Gilbert <floppym@gentoo.org> Date: Sat, 16 Mar 2019 20:57:37 +0100 Subject: [PATCH] Adjust systemd service unit for Gentoo @@ -9,7 +9,7 @@ forward-ported to v1.5.3 by Lars Wendler <polynomial-c@gentoo.org> 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/cronie.systemd b/contrib/cronie.systemd -index 19f2a98..24adc38 100644 +index 19f2a98..6f4c608 100644 --- a/contrib/cronie.systemd +++ b/contrib/cronie.systemd @@ -3,12 +3,13 @@ Description=Command Scheduler @@ -24,7 +24,7 @@ index 19f2a98..24adc38 100644 Restart=on-failure RestartSec=30s +Type=forking -+PIDfile=/run/crond ++PIDFile=/run/crond.pid [Install] WantedBy=multi-user.target |