mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 15:27:14 +08:00
14 lines
229 B
Desktop File
14 lines
229 B
Desktop File
[Unit]
|
|
Description=Network Time Service
|
|
After=network.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PrivateTmp=true
|
|
ExecStart=/usr/bin/ntpd -g -u ntp:ntp
|
|
ControlGroup=cpu:/
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|