mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
/var/log/suricata/*.log /var/log/suricata/*.json
|
|
{
|
|
rotate 3
|
|
missingok
|
|
nocompress
|
|
create
|
|
sharedscripts
|
|
postrotate
|
|
/bin/kill -HUP $(cat /var/run/suricata/suricata.pid)
|
|
endscript
|
|
}
|