aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/gsad.logrotate
blob: f0948cbea1f55b27a559dd70000ed54c596b3725 (plain)
1
2
3
4
5
6
7
8
9
10
11
# logrotate for openvas
/var/log/openvas/gsad.log {
        rotate 4
        weekly
        compress
        delaycompress
        missingok
	postrotate
	    /bin/kill -HUP `pidof gsad`
	endscript
}