mirror of https://gitee.com/openkylin/cups.git
14 lines
181 B
Plaintext
14 lines
181 B
Plaintext
|
/var/log/cups/*log {
|
||
|
daily
|
||
|
missingok
|
||
|
rotate 7
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
invoke-rc.d --quiet cups restart > /dev/null
|
||
|
endscript
|
||
|
compress
|
||
|
delaycompress
|
||
|
notifempty
|
||
|
create
|
||
|
}
|