diff options
-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 |