forked from tastytea/overlay
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
|
/var/log/up-common-proxies/*.log {
|
||
|
missingok
|
||
|
notifempty
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
rc-service up-common-proxies restart > /dev/null
|
||
|
endscript
|
||
|
}
|