summaryrefslogtreecommitdiff
blob: 5f11b27e92323f5f9b697b09ef19db6ca6a3f4ed (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Network Time Service
After=ntpdate.service sntp.service
Conflicts=systemd-timesyncd.service

[Service]
ExecStart=/usr/sbin/ntpd -g -n
PrivateTmp=true

[Install]
WantedBy=multi-user.target