summaryrefslogtreecommitdiff
path: root/core/cronie/service
diff options
context:
space:
mode:
Diffstat (limited to 'core/cronie/service')
-rw-r--r--core/cronie/service2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cronie/service b/core/cronie/service
index 4fa4d4593..cc671f7b6 100644
--- a/core/cronie/service
+++ b/core/cronie/service
@@ -2,7 +2,7 @@
Description=Periodic Command Scheduler
[Service]
-ExecStart=/usr/sbin/crond -n
+ExecStart=/usr/bin/crond -n
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always