mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
# logrotate for openvas
|
|
/var/log/openvas/gsad.log {
|
|
rotate 4
|
|
weekly
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
postrotate
|
|
/bin/kill -HUP `pidof gsad`
|
|
endscript
|
|
}
|