mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do ourself a favor and start the time sync after we configured the interfaces.
So we can actually sync to something.
This commit is contained in:
parent
d047d89f0b
commit
baf9fab22e
@ -140,9 +140,6 @@
|
||||
/* generate resolv.conf */
|
||||
system_resolvconf_generate();
|
||||
|
||||
/* Sync the system time at boot before service startup */
|
||||
sync_system_time();
|
||||
|
||||
/* configure loopback interface */
|
||||
interfaces_loopback_configure();
|
||||
|
||||
@ -181,6 +178,9 @@
|
||||
/* generate resolv.conf */
|
||||
system_resolvconf_generate();
|
||||
|
||||
/* Sync the system time at boot before service startup */
|
||||
sync_system_time();
|
||||
|
||||
/* start pflog */
|
||||
filter_pflog_start();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user