mirror of
git://git.proxmox.com/git/pve-firewall.git
synced 2025-01-23 02:04:19 +03:00
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
/var/log/pve-firewall.log {
|
|
rotate 7
|
|
daily
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
compress
|
|
sharedscripts
|
|
create 640 root adm
|
|
postrotate
|
|
invoke-rc.d pvefw-logger restart 2>/dev/null >/dev/null || true
|
|
endscript
|
|
}
|