diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-20 22:04:15 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-20 22:04:15 -0600 |
commit | 17903174be7191424fd7f7b90303a00198b54623 (patch) | |
tree | 6cad8fdec5153ea6926eee35304900c19884b560 /system/cups/cups.logrotate | |
parent | 129370fc1900bc981d529ab7d4a82b6668c72183 (diff) | |
download | packages-17903174be7191424fd7f7b90303a00198b54623.tar.gz packages-17903174be7191424fd7f7b90303a00198b54623.tar.bz2 packages-17903174be7191424fd7f7b90303a00198b54623.tar.xz packages-17903174be7191424fd7f7b90303a00198b54623.zip |
system/cups: disable Avahi, enable PAM
Diffstat (limited to 'system/cups/cups.logrotate')
-rw-r--r-- | system/cups/cups.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/cups/cups.logrotate b/system/cups/cups.logrotate new file mode 100644 index 000000000..a50b058a3 --- /dev/null +++ b/system/cups/cups.logrotate @@ -0,0 +1,8 @@ +/var/log/cups/*log { + missingok + notifempty + delaycompress + postrotate + /etc/init.d/cupsd --quiet --ifstarted reload + endscript +} |