mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/uwsgi: fix
This commit is contained in:
parent
56ec2edc69
commit
3029c71a15
1 changed files with 9 additions and 0 deletions
9
community/uwsgi/uwsgi.logrotate
Normal file
9
community/uwsgi/uwsgi.logrotate
Normal file
|
@ -0,0 +1,9 @@
|
|||
/var/log/uwsgi/*.log /var/log/uwsgi/*/*.log {
|
||||
copytruncate
|
||||
daily
|
||||
rotate 7
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
}
|
Loading…
Reference in a new issue