]> git.proxmox.com Git - pmg-api.git/blob - debian/pmg-api.logrotate
Add logrotate config for pmgproxy.log
[pmg-api.git] / debian / pmg-api.logrotate
1 /var/log/pmgproxy/pmgproxy.log {
2 rotate 12
3 monthly
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 pmgproxy.service
12 endscript
13 }