summarylogtreecommitdiffstats
path: root/cups.logrotate
diff options
context:
space:
mode:
authorPlaton Ryzhikov2019-10-24 20:36:14 +0300
committerPlaton Ryzhikov2019-10-24 20:36:14 +0300
commitb078f757fa5ebc9137c603e0c0a6e6b8649a343c (patch)
tree576bc5f71a0c3c1481ec7969e42b53ddf2a2b5e4 /cups.logrotate
downloadaur-b078f757fa5ebc9137c603e0c0a6e6b8649a343c.tar.gz
Initial commit
Diffstat (limited to 'cups.logrotate')
-rw-r--r--cups.logrotate5
1 files changed, 5 insertions, 0 deletions
diff --git a/cups.logrotate b/cups.logrotate
new file mode 100644
index 000000000000..19e12101be2b
--- /dev/null
+++ b/cups.logrotate
@@ -0,0 +1,5 @@
+/var/log/cups/*_log {
+ missingok
+ notifempty
+ sharedscripts
+}