mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
PPTP start script runs the server in the background https://sourceforge.net/p/webadmin/bugs/4876/
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user