From 249651edc703c9f59c6881d8d1f2fbe983fa5709 Mon Sep 17 00:00:00 2001 From: Masaya-A <68965261+Masaya-A@users.noreply.github.com> Date: Fri, 22 Jan 2021 10:08:23 +0900 Subject: [PATCH] Delete suri-rotate.conf --- salt/suricata/files/suri-rotate.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 salt/suricata/files/suri-rotate.conf 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 -}