Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
2688 lucas.echa 1
/var/log/unbound/unbound-blacklist.log {
2
    missingok
3
    notifempty
4
    rotate 52
5
    weekly
6
    dateext
7
    sharedscripts
8
    postrotate
9
	/usr/bin/systemctl restart unbound-blacklist
10
    endscript
11
}