HASync, oops, needed an array. also for https://github.com/opnsense/core/issues/3779

This commit is contained in:
Ad Schellevis 2019-10-24 10:22:18 +02:00
parent 63769daaa9
commit 9cbc0aa5af

View File

@ -46,8 +46,8 @@ function pf_services()
'description' => gettext('Interface groups'),
'nocheck' => true,
'php' => array(
'start' => 'interfaces_group_setup',
'restart' => 'interfaces_group_setup',
'start' => array('interfaces_group_setup'),
'restart' => array('interfaces_group_setup'),
),
'name' => 'ifgroups',
);