mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Move ntpdate function down a bit after routing is configured.
This commit is contained in:
parent
86a12a6f5d
commit
68cd47b3a6
@ -175,9 +175,6 @@
|
||||
/* check if the wan interface is up, this might delay upto 10 seconds */
|
||||
is_wan_interface_up("wan");
|
||||
|
||||
/* Sync the system time at boot before service startup */
|
||||
sync_system_time();
|
||||
|
||||
/* start pflog */
|
||||
filter_pflog_start();
|
||||
|
||||
@ -214,6 +211,9 @@
|
||||
/* configure console menu */
|
||||
system_console_configure();
|
||||
|
||||
/* Sync the system time at boot before service startup */
|
||||
sync_system_time();
|
||||
|
||||
/* start dyndns service */
|
||||
services_dyndns_configure();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user