summaryrefslogtreecommitdiffstats
path: root/utils/logrotate.conf
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-03-09 18:03:41 -0800
committerGeoff Levand <geoff@infradead.org>2012-03-09 18:03:41 -0800
commite7a5571a6399da5634a7614d05d2254faae612d8 (patch)
tree322dc193faf8b56a8f36ff0d7a5ab56fae37b40f /utils/logrotate.conf
parentd292846e5b1fe546ca1f7389b1ccd295c922a8c5 (diff)
downloadtalos-petitboot-e7a5571a6399da5634a7614d05d2254faae612d8.tar.gz
talos-petitboot-e7a5571a6399da5634a7614d05d2254faae612d8.zip
Add logrotate.conf
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'utils/logrotate.conf')
-rw-r--r--utils/logrotate.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/logrotate.conf b/utils/logrotate.conf
new file mode 100644
index 0000000..affe52f
--- /dev/null
+++ b/utils/logrotate.conf
@@ -0,0 +1,7 @@
+/var/log/petitboot/*.log
+{
+ weekly
+ rotate 3
+ compress
+ missingok
+}
OpenPOWER on IntegriCloud