mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* Restore original carp behavior (running from /usr/local/etc/rc.d)
* Run VPN setup later in the bootup process
This commit is contained in:
parent
46c228d096
commit
7b3d5000f9
@ -152,9 +152,6 @@
|
||||
/* start pptpd */
|
||||
vpn_pptpd_configure();
|
||||
|
||||
/* start IPsec tunnels */
|
||||
vpn_ipsec_configure();
|
||||
|
||||
/* start the captive portal */
|
||||
captiveportal_configure();
|
||||
|
||||
@ -167,6 +164,9 @@
|
||||
/* start ftp proxy helpers if they are enabled */
|
||||
system_start_ftp_helpers();
|
||||
|
||||
/* start IPsec tunnels */
|
||||
vpn_ipsec_configure();
|
||||
|
||||
/* done */
|
||||
unlink("{$g['varrun_path']}/booting");
|
||||
$g['booting'] = FALSE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user