summaryrefslogtreecommitdiff
path: root/community-testing/qingy/qingy.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/qingy/qingy.logrotate')
-rw-r--r--community-testing/qingy/qingy.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/community-testing/qingy/qingy.logrotate b/community-testing/qingy/qingy.logrotate
new file mode 100644
index 000000000..e16fb8d2a
--- /dev/null
+++ b/community-testing/qingy/qingy.logrotate
@@ -0,0 +1,9 @@
+/var/log/qingy.log {
+ compress
+ rotate 1
+ size=+1024k
+ notifempty
+ missingok
+ copytruncate
+ noolddir
+}