mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Start NTPd after dns since its a requirment and latest changes should help with delays people are reporting. Reminded-by: Jim
This commit is contained in:
parent
b03bf7ab38
commit
b69374f910
@ -284,11 +284,6 @@ relayd_configure();
|
||||
/* configure console menu */
|
||||
system_console_configure();
|
||||
|
||||
/* start the NTP client */
|
||||
echo "Starting OpenNTP time client...";
|
||||
system_ntp_configure();
|
||||
echo "done.\n";
|
||||
|
||||
/* start DHCP service */
|
||||
services_dhcpd_configure();
|
||||
|
||||
@ -307,6 +302,11 @@ send_event("service reload dyndnsall");
|
||||
/* Run a filter configure now that most all services have started */
|
||||
filter_configure_sync();
|
||||
|
||||
/* start the NTP client */
|
||||
echo "Starting OpenNTP time client...";
|
||||
system_ntp_configure();
|
||||
echo "done.\n";
|
||||
|
||||
/* setup pppoe and pptp */
|
||||
vpn_setup();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user