mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 03:34:37 +08:00
12 lines
190 B
Plaintext
12 lines
190 B
Plaintext
|
[Unit]
|
||
|
Description=Periodic Command Scheduler
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/crond -n
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
KillMode=process
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|