summaryrefslogtreecommitdiffstats
path: root/share/logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-12-04 01:32:21 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-12-11 12:27:10 +0000
commit1cf9fd607cd31db1c6d0ef8fdfbc659fbb66fe8b (patch)
tree97b1a1a667d7ae1cdc19fb31d95848a109facc13 /share/logrotate
parentAdding upstream version 20161125. (diff)
downloadopen-infrastructure-compute-tools-1cf9fd607cd31db1c6d0ef8fdfbc659fbb66fe8b.tar.xz
open-infrastructure-compute-tools-1cf9fd607cd31db1c6d0ef8fdfbc659fbb66fe8b.zip
Adding upstream version 20161201.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/logrotate')
-rw-r--r--share/logrotate/container-tools11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/logrotate/container-tools b/share/logrotate/container-tools
new file mode 100644
index 0000000..18aa713
--- /dev/null
+++ b/share/logrotate/container-tools
@@ -0,0 +1,11 @@
+/var/log/container-tools/container.log {
+ compress
+ create 0640 root adm
+ dateext
+ dateformat -%Y%m
+ dateyesterday
+ missingok
+ monthly
+ notifempty
+ rotate 12
+}