summaryrefslogtreecommitdiff
path: root/community/fcron/fcron.service
blob: c54e8d9e9e28485416b4cff2b2f543e169aa2d3d (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Cron Daemon

[Service]
ExecStart=/usr/sbin/fcron --foreground --nosyslog
KillMode=process

[Install]
WantedBy=multi-user.target