12 lines
194 B
Plaintext
12 lines
194 B
Plaintext
[Unit]
|
|
Description=Periodic Command Scheduler
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/crond -n
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|