mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 09:34:37 +08:00
11 lines
180 B
SYSTEMD
11 lines
180 B
SYSTEMD
|
[Unit]
|
||
|
Description=Periodic Command Scheduler
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
EnvironmentFile=/etc/conf.d/crond
|
||
|
ExecStart=/usr/sbin/crond $CROND_ARGS
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|