diff options
Diffstat (limited to 'cups.logrotate')
-rw-r--r-- | cups.logrotate | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cups.logrotate b/cups.logrotate new file mode 100644 index 0000000..773c70f --- /dev/null +++ b/cups.logrotate @@ -0,0 +1,5 @@ +/var/log/cups/*_log { + missingok + notifempty + sharedscripts +} |