core/ntp/ntpd.service

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