summaryrefslogtreecommitdiff
path: root/community/fcron/fcron.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/fcron/fcron.service')
-rw-r--r--community/fcron/fcron.service5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/fcron/fcron.service b/community/fcron/fcron.service
index a47b4f19b..c54e8d9e9 100644
--- a/community/fcron/fcron.service
+++ b/community/fcron/fcron.service
@@ -2,9 +2,8 @@
Description=Cron Daemon
[Service]
-Type=forking
-PIDFile=/run/fcron.pid
-ExecStart=/usr/sbin/fcron
+ExecStart=/usr/sbin/fcron --foreground --nosyslog
+KillMode=process
[Install]
WantedBy=multi-user.target