Commit 36514af1 authored by Ad Schellevis's avatar Ad Schellevis

(ids) fix template to start as daemon

parent cd35fb41
......@@ -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"
......
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