10 lines
170 B
Desktop File
10 lines
170 B
Desktop File
[Unit]
|
|
Description=Periodic Command Scheduler
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/conf.d/crond
|
|
ExecStart=/usr/sbin/crond -f $CROND_ARGS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|