mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Start racoon_watch.sh script on bootup if racoon is enabled.
This commit is contained in:
parent
25655f580a
commit
1ef8bc7534
@ -326,6 +326,9 @@
|
||||
|
||||
upnp_start();
|
||||
|
||||
if (isset($config['ipsec']['enable']) || isset($config['mobileclients']['enable']))
|
||||
mwexec_bg("/usr/local/sbin/racoon_watch.sh");
|
||||
|
||||
/* done */
|
||||
unlink("{$g['varrun_path']}/booting");
|
||||
$g['booting'] = FALSE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user