summaryrefslogtreecommitdiff
path: root/community-testing/dcron/service
blob: 59fc64b80bb0a00b2271fa79ff020b969acdd0a4 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Periodic Command Scheduler

[Service]
Type=forking
EnvironmentFile=/etc/conf.d/crond
ExecStart=/usr/sbin/crond $CROND_ARGS

[Install]
WantedBy=multi-user.target