mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 21:41:05 +02:00
Merge pull request #721 from marineam/ntp-restart
ntpd: always restart, required to handle large time jumps.
This commit is contained in:
commit
362794f512
@ -5,6 +5,7 @@ After=ntpdate.service sntp.service
|
|||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/ntpd -g -n -u ntp:ntp -f /var/lib/ntp/ntp.drift
|
ExecStart=/usr/sbin/ntpd -g -n -u ntp:ntp -f /var/lib/ntp/ntp.drift
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user