mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 19:24: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
|