summaryrefslogtreecommitdiffstats
path: root/share/logrotate/container-tools
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-17 17:40:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-23 16:29:28 +0000
commit13175dfc19dbac8d7024f3f5fb3d838a4bc7a0a1 (patch)
treea033edc5f91aa71f29e5f5688d56ac6f48c97d26 /share/logrotate/container-tools
parentAdding upstream version 20180825. (diff)
downloadopen-infrastructure-compute-tools-13175dfc19dbac8d7024f3f5fb3d838a4bc7a0a1.tar.xz
open-infrastructure-compute-tools-13175dfc19dbac8d7024f3f5fb3d838a4bc7a0a1.zip
Adding upstream version 20190222.upstream/20190222
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/logrotate/container-tools')
-rw-r--r--share/logrotate/container-tools11
1 files changed, 0 insertions, 11 deletions
diff --git a/share/logrotate/container-tools b/share/logrotate/container-tools
deleted file mode 100644
index 18aa713..0000000
--- a/share/logrotate/container-tools
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/container-tools/container.log {
- compress
- create 0640 root adm
- dateext
- dateformat -%Y%m
- dateyesterday
- missingok
- monthly
- notifempty
- rotate 12
-}