summaryrefslogtreecommitdiffstats
path: root/share/logrotate/container-tools
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-23 15:36:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-23 16:30:59 +0000
commit93d59c3176876b0990b27375458cf6518459bb07 (patch)
tree85403b3d9ac7f9df4b91195124b342dee81ec640 /share/logrotate/container-tools
parentReleasing debian version 20180825-3. (diff)
downloadopen-infrastructure-compute-tools-93d59c3176876b0990b27375458cf6518459bb07.tar.xz
open-infrastructure-compute-tools-93d59c3176876b0990b27375458cf6518459bb07.zip
Merging upstream version 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
-}