mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Don't unconditionally start ntpd after doing ntpdate, it might be disabled.
This commit is contained in:
parent
2db351a746
commit
54c185948c
@ -10,8 +10,3 @@ while [ "$NOTSYNCED" = "true" ]; do
|
||||
fi
|
||||
sleep 5
|
||||
done
|
||||
|
||||
# Launch -- we have net.
|
||||
killall ntpd 2>/dev/null
|
||||
sleep 1
|
||||
/usr/local/sbin/ntpd -s -f /var/etc/ntpd.conf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user