diff --git a/salt/suricata/files/suri-rotate.conf b/salt/suricata/files/suri-rotate.conf deleted file mode 100644 index e8461c48f..000000000 --- a/salt/suricata/files/suri-rotate.conf +++ /dev/null @@ -1,12 +0,0 @@ -/opt/so/log/suricata/stats.log -{ - daily - rotate 2 - missingok - nocompress - create - sharedscripts - postrotate - docker exec -d so-suricata bash -c 'kill -HUP $(cat /var/run/suricata.pid)' - endscript -}