From 919baa1343a2c1a03fbefc644dd2c26d0308eca9 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 9 Apr 2017 18:35:15 -0700 Subject: [PATCH] PPTP start script runs the server in the background https://sourceforge.net/p/webadmin/bugs/4876/ --- pptp-client/bootup.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pptp-client/bootup.cgi b/pptp-client/bootup.cgi index aca29b652..fdb160f19 100755 --- a/pptp-client/bootup.cgi +++ b/pptp-client/bootup.cgi @@ -18,7 +18,7 @@ if ($in{'tunnel'}) { # Enable starting at boot &init::enable_at_boot($module_name, "Startup or shutdown PPTP connection", - $start_cmd, $stop_cmd); + $start_cmd, $stop_cmd, undef, { 'fork' => 1 }); $config{'boot'} = $in{'tunnel'}; } else {