summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 4542318..bcb9c44 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -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;
OpenPOWER on IntegriCloud