]> git.proxmox.com Git - pve-firewall.git/blob - debian/pve-firewall.logrotate
depend on iptables and ipset
[pve-firewall.git] / debian / pve-firewall.logrotate
1 /var/log/pve-firewall.log {
2 rotate 7
3 daily
4 missingok
5 notifempty
6 delaycompress
7 compress
8 sharedscripts
9 create 640 root adm
10 postrotate
11 invoke-rc.d pvefw-logger restart 2>/dev/null >/dev/null || true
12 endscript
13 }