Another shot at speeding up time sync.
This commit is contained in:
parent
3642af9128
commit
824b68b90a
@ -6,7 +6,8 @@ Conflicts=systemd-timesyncd.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
ExecStart=/usr/bin/ntpd -g -G -u ntp:ntp
|
ExecStartPre=/usr/bin/ntpd -Ggq
|
||||||
|
ExecStart=/usr/bin/ntpd -g -u ntp:ntp
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user