From a6c168d3ac9e500313be929a2fca4094e299de31 Mon Sep 17 00:00:00 2001 From: Dmitry Sutyagin Date: Tue, 18 Oct 2016 14:37:36 -0700 Subject: [PATCH] Add: sample logrotate configuration Related-Bug: #1626694 Change-Id: Ie5fc516451e3e9df971c0fc47c876e37499341d2 --- logrotate.d/timmy | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 logrotate.d/timmy diff --git a/logrotate.d/timmy b/logrotate.d/timmy new file mode 100644 index 0000000..2476f7c --- /dev/null +++ b/logrotate.d/timmy @@ -0,0 +1,6 @@ +/var/log/timmy.log { + missingok + compress + minsize 100M + rotate 4 +}