Skip to content

Commit

Permalink
Fix suricata fid file name for primitive init
Browse files Browse the repository at this point in the history
  • Loading branch information
niku64 committed Aug 26, 2022
1 parent 519faaf commit 0b3b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sls/suricata/files/suricata.logrotate
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% if grains.os == "Gentoo" %}
/etc/init.d/suricata.{{ name }} relog
{% else %}
kill -HUP $(cat /run/suricata/suricata.{{ name }}.pid)
kill -HUP $(cat /run/suricata/suricata-{{ name }}.pid)
{% endif %}
{% endfor %}
endscript
Expand Down

0 comments on commit 0b3b964

Please sign in to comment.