(ids) fix template to start as daemon

This commit is contained in:
Ad Schellevis 2015-06-26 17:03:40 +00:00
parent cd35fb4110
commit 36514af191

View File

@ -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"