core/ntp/ntpd.service
2014-04-07 00:29:53 +02:00

15 lines
268 B
Desktop File

[Unit]
Description=Network Time Service
After=network.target nss-lookup.target
[Service]
Type=forking
PrivateTmp=true
PIDFile=/run/ntpd.pid
ExecStart=/usr/bin/ntpd -g -u ntp:ntp -p /run/ntpd.pid
ControlGroup=cpu:/
Restart=always
[Install]
WantedBy=multi-user.target