mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +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]
|
||||
ExecStart=/usr/sbin/ntpd -g -n -u ntp:ntp -f /var/lib/ntp/ntp.drift
|
||||
PrivateTmp=true
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user