mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
HAsync, missed a spot for https://github.com/opnsense/core/issues/3779
This commit is contained in:
parent
c6cb6df8ff
commit
63769daaa9
@ -46,7 +46,8 @@ function pf_services()
|
||||
'description' => gettext('Interface groups'),
|
||||
'nocheck' => true,
|
||||
'php' => array(
|
||||
'start' => 'interfaces_group_setup'
|
||||
'start' => 'interfaces_group_setup',
|
||||
'restart' => 'interfaces_group_setup',
|
||||
),
|
||||
'name' => 'ifgroups',
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user