]> git.proxmox.com Git - pve-manager.git/blob - configs/pve.logrotate
fix #5255: node: wol: add optional bind interface
[pve-manager.git] / configs / pve.logrotate
1 /var/log/pveproxy/access.log {
2 rotate 7
3 daily
4 missingok
5 compress
6 delaycompress
7 notifempty
8 create 640 www-data www-data
9 sharedscripts
10 postrotate
11 /bin/systemctl try-reload-or-restart pveproxy.service
12 /bin/systemctl try-reload-or-restart spiceproxy.service
13 endscript
14 }