From d46d1d3a5897cade51811b3848c7bf27969da625 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 28 Dec 2023 07:37:55 +0000 Subject: gentoo auto-resync : 28:12:2023 - 07:37:55 --- .../cronie/files/cronie-1.5.3-systemd.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 sys-process/cronie/files/cronie-1.5.3-systemd.patch (limited to 'sys-process/cronie/files') diff --git a/sys-process/cronie/files/cronie-1.5.3-systemd.patch b/sys-process/cronie/files/cronie-1.5.3-systemd.patch deleted file mode 100644 index 0aed5404d39a..000000000000 --- a/sys-process/cronie/files/cronie-1.5.3-systemd.patch +++ /dev/null @@ -1,33 +0,0 @@ -From d022f457d838251963b23697d7ec907d43b637ac Mon Sep 17 00:00:00 2001 -From: Mike Gilbert -Date: Sat, 16 Mar 2019 20:57:37 +0100 -Subject: [PATCH] Adjust systemd service unit for Gentoo - -forward-ported to v1.5.3 by Lars Wendler ---- - contrib/cronie.systemd | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - -diff --git a/contrib/cronie.systemd b/contrib/cronie.systemd -index 19f2a98..6f4c608 100644 ---- a/contrib/cronie.systemd -+++ b/contrib/cronie.systemd -@@ -3,12 +3,13 @@ Description=Command Scheduler - After=auditd.service nss-user-lookup.target systemd-user-sessions.service time-sync.target ypbind.service autofs.service - - [Service] --EnvironmentFile=/etc/sysconfig/crond --ExecStart=/usr/sbin/crond -n $CRONDARGS -+ExecStart=/usr/sbin/crond - ExecReload=/bin/kill -HUP $MAINPID - KillMode=process - Restart=on-failure - RestartSec=30s -+Type=forking -+PIDFile=/run/crond.pid - - [Install] - WantedBy=multi-user.target --- -2.21.0 - -- cgit v1.2.3