Commit 1c2c3582 authored by Franco Fichtner's avatar Franco Fichtner

ipsec: fix service name

(cherry picked from commit 504c947b)
parent a49a2223
......@@ -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(
......
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