summarylogtreecommitdiffstats
path: root/crond.service
diff options
context:
space:
mode:
authorPhillip Smith2019-07-11 10:28:36 +1000
committerPhillip Smith2019-07-11 10:28:36 +1000
commiteb74e5959296b9765e9dc2b7e16189f43b30f320 (patch)
tree337d2979194a9d4b8097d31b4af2647fdd7f7abf /crond.service
parentc24bbda4fe8ed6089762d0766ee6da56c4bb882f (diff)
downloadaur-eb74e5959296b9765e9dc2b7e16189f43b30f320.tar.gz
update path for pid file
Diffstat (limited to 'crond.service')
-rw-r--r--crond.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/crond.service b/crond.service
index e34726960141..968598954f92 100644
--- a/crond.service
+++ b/crond.service
@@ -3,7 +3,7 @@ Description=Vixie-cron Periodic Command Scheduler
[Service]
Type=forking
-PIDFile=/var/run/cron.pid
+PIDFile=/run/cron.pid
ExecStart=/usr/bin/cron
Restart=always