summaryrefslogtreecommitdiff
path: root/extra/ntp/ntpd.service
blob: dcb5df634a2020f4f2eff42e934b96164049efc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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:/

[Install]
WantedBy=multi-user.target