mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-07 03:07:15 +08:00
13 lines
208 B
Desktop File
13 lines
208 B
Desktop File
[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
|