summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2016-10-20 00:55:24 -0700
committerZac Medico <zmedico@gentoo.org>2016-10-20 00:57:18 -0700
commitd09f833fa67ff8d4889b9660b3bfa4f495c9c307 (patch)
tree3b116edfe433ab9e7825d577a331b6f148315d7a /app-admin/consul/files
parentnet-analyzer/nagstamon: Version bump (diff)
downloadgentoo-d09f833fa67ff8d4889b9660b3bfa4f495c9c307.tar.gz
gentoo-d09f833fa67ff8d4889b9660b3bfa4f495c9c307.tar.bz2
gentoo-d09f833fa67ff8d4889b9660b3bfa4f495c9c307.zip
app-admin/consul: add logrotate config
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-admin/consul/files')
-rw-r--r--app-admin/consul/files/consul.logrotated8
1 files changed, 8 insertions, 0 deletions
diff --git a/app-admin/consul/files/consul.logrotated b/app-admin/consul/files/consul.logrotated
new file mode 100644
index 000000000000..e27b8aa543d9
--- /dev/null
+++ b/app-admin/consul/files/consul.logrotated
@@ -0,0 +1,8 @@
+/var/log/consul/consul.log {
+ su consul consul
+ missingok
+ size 5M
+ rotate 3
+ compress
+ copytruncate
+}