summaryrefslogtreecommitdiff
blob: 81c191737842509664456f9c618c16f0e951486f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 11d255eb05ae9814c16cd443a7710d99492e16c1 Mon Sep 17 00:00:00 2001
From: Mike Gilbert <floppym@gentoo.org>
Date: Mon, 13 Jul 2015 10:59:57 -0400
Subject: [PATCH] Adjust systemd service unit for Gentoo

---
 contrib/cronie.systemd | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/cronie.systemd b/contrib/cronie.systemd
index ad46899..7a6c1a9 100644
--- a/contrib/cronie.systemd
+++ b/contrib/cronie.systemd
@@ -3,10 +3,11 @@ Description=Command Scheduler
 After=auditd.service nss-user-lookup.target systemd-user-sessions.service time-sync.target ypbind.service
 
 [Service]
-EnvironmentFile=/etc/sysconfig/crond
-ExecStart=/usr/sbin/crond -n $CRONDARGS
+ExecStart=/usr/sbin/crond
 ExecReload=/bin/kill -HUP $MAINPID
 KillMode=process
+Type=forking
+PIDFile=/var/run/crond.pid
 
 [Install]
 WantedBy=multi-user.target
-- 
2.4.5