From 0f0239db45cbd40ff79f301bbade2f2dcb005931 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 17 Feb 2019 11:52:12 +0100 Subject: Renaming container-tools to compute-tools. Signed-off-by: Daniel Baumann --- share/logrotate/container | 11 +++++++++++ share/logrotate/container-tools | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 share/logrotate/container delete mode 100644 share/logrotate/container-tools (limited to 'share/logrotate') diff --git a/share/logrotate/container b/share/logrotate/container new file mode 100644 index 0000000..14599be --- /dev/null +++ b/share/logrotate/container @@ -0,0 +1,11 @@ +/var/log/open-infrastructure/container.log { + compress + create 0640 root adm + dateext + dateformat -%Y%m + dateyesterday + missingok + monthly + notifempty + rotate 12 +} 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 -} -- cgit v1.2.3