Hopefully make time sync at boot faster. Update the configure-stormux starter script.

This commit is contained in:
Storm Dragon
2022-03-31 23:41:41 -04:00
parent efe1f75e08
commit 0182d40087
2 changed files with 21 additions and 2 deletions

View File

@ -6,8 +6,7 @@ Conflicts=systemd-timesyncd.service
[Service]
Type=forking
PrivateTmp=true
ExecStartPre=/usr/bin/ntpd -gq
ExecStart=/usr/bin/ntpd -g -u ntp:ntp
ExecStart=/usr/bin/ntpd -g -G -u ntp:ntp
Restart=always
[Install]