mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
8 lines
131 B
Text
8 lines
131 B
Text
/var/log/cups/*log {
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
postrotate
|
|
/etc/init.d/cupsd --quiet --ifstarted reload
|
|
endscript
|
|
}
|