summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/consul-template/files/consul-template.logrotated')
-rw-r--r--app-admin/consul-template/files/consul-template.logrotated8
1 files changed, 8 insertions, 0 deletions
diff --git a/app-admin/consul-template/files/consul-template.logrotated b/app-admin/consul-template/files/consul-template.logrotated
new file mode 100644
index 000000000000..2bdafa55494b
--- /dev/null
+++ b/app-admin/consul-template/files/consul-template.logrotated
@@ -0,0 +1,8 @@
+/var/log/consul-template/consul-template.log {
+ su consul-template consul-template
+ missingok
+ size 5M
+ rotate 3
+ compress
+ copytruncate
+}