This repository has been archived on 2024-09-25. You can view files and clone it, but cannot push or open issues or pull requests.
overlay/www-apps/up-common-proxies/files/up-common-proxies.logrotate

9 lines
149 B
Plaintext
Raw Normal View History

/var/log/up-common-proxies/*.log {
missingok
notifempty
sharedscripts
postrotate
rc-service up-common-proxies restart > /dev/null
endscript
}