mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
(ids) fix template to start as daemon
This commit is contained in:
parent
cd35fb4110
commit
36514af191
@ -11,9 +11,9 @@ suricata_interface="{{helpers.getNodeByTag('interfaces.'+intfName).if}}"
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{# append additional interfaces #}
|
||||
suricata_flags="{%
|
||||
suricata_flags="-D {%
|
||||
for intf in addFlags
|
||||
%} -D -i {{ intf }} --pidfile /var/run/suricata_{{ intf }}.pid {% endfor
|
||||
%} -i {{ intf }} --pidfile /var/run/suricata_{{ intf }}.pid {% endfor
|
||||
%} "
|
||||
{% else %}
|
||||
suricata_enable="NO"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user