mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
HASync, oops, needed an array. also for https://github.com/opnsense/core/issues/3779
This commit is contained in:
parent
63769daaa9
commit
9cbc0aa5af
@ -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',
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user