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