mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:07:13 +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
|
|
}
|