mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
ipsec: fix service name
This commit is contained in:
parent
3222d5b25c
commit
504c947bb7
@ -46,7 +46,7 @@ function if_ipsec_services()
|
||||
|
||||
if (isset($config['ipsec']['enable']) || isset($config['ipsec']['client']['enable'])) {
|
||||
$pconfig = array();
|
||||
$pconfig['name'] = 'ipsec';
|
||||
$pconfig['name'] = 'strongswan';
|
||||
$pconfig['description'] = gettext('IPsec VPN');
|
||||
$pconfig['pidfile'] = '/var/run/charon.pid';
|
||||
$pconfig['configd'] = array(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user