You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/openvas-manager/files/openvasmd.logrotate

12 lines
178 B

# logrotate for openvas-manager
/var/log/openvas/openvasmd.log {
rotate 4
weekly
compress
delaycompress
missingok
postrotate
/bin/kill -HUP `pidof openvasmd`
endscript
}