mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-07 00:18:09 +08:00
13 lines
208 B
SYSTEMD
13 lines
208 B
SYSTEMD
|
[Unit]
|
||
|
Description=Network Time Service
|
||
|
BindTo=systemd-timedated-ntp.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PrivateTmp=true
|
||
|
ExecStart=/usr/bin/ntpd -u ntp:ntp
|
||
|
ControlGroup=cpu:/
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|