mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-19 23:06:41 +01:00
11 lines
178 B
Text
11 lines
178 B
Text
# logrotate for openvas-manager
|
|
/var/log/openvas/openvasmd.log {
|
|
rotate 4
|
|
weekly
|
|
compress
|
|
delaycompress
|
|
missingok
|
|
postrotate
|
|
/bin/kill -HUP `pidof openvasmd`
|
|
endscript
|
|
}
|