Another shot at speeding up time sync.

This commit is contained in:
Storm Dragon 2022-04-01 00:35:18 -04:00
parent 3642af9128
commit 824b68b90a

View File

@ -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]