summarylogtreecommitdiffstats
path: root/service
blob: 703f32075c9bea8e19acc8769921d1948da1a1a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Periodic Command Scheduler

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

[Install]
WantedBy=multi-user.target