]> git.proxmox.com Git - pve-firewall.git/blame - debian/pve-firewall.logrotate
add another test case
[pve-firewall.git] / debian / pve-firewall.logrotate
CommitLineData
ba0b3a0a
DM
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}