mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 11:57:17 +08:00
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
|
/var/log/cups/*log {
|
||
|
missingok
|
||
|
notifempty
|
||
|
delaycompress
|
||
|
postrotate
|
||
|
/bin/kill -HUP `cat /var/run/cups.pid 2>/dev/null` 2>/dev/null || true
|
||
|
endscript
|
||
|
}
|