Commit e2cb7045 authored by Ad Schellevis's avatar Ad Schellevis

regression ipsec start/restart

parent 11561ba4
......@@ -2638,8 +2638,8 @@ function services_get()
$pconfig['name'] = "ipsec";
$pconfig['description'] = gettext("IPsec VPN");
$pconfig['pidfile'] = '/var/run/charon.pid';
$pconfig['php']['restart'] = array('vpn_ipsec_force_reload');
$pconfig['php']['start'] = array('vpn_ipsec_force_reload');
$pconfig['php']['restart'] = array('ipsec_force_reload');
$pconfig['php']['start'] = array('ipsec_force_reload');
$pconfig['mwexec']['stop'] = array('/usr/local/sbin/ipsec stop');
$services[] = $pconfig;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment