aboutsummaryrefslogtreecommitdiffstats
path: root/community/influxdb/influxdb.logrotate
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-05-08 18:58:36 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-05-08 18:58:43 +0000
commit11ae2ed9b20cef67fb2437001585d1e901921d32 (patch)
tree79f991245b05bfc86935c27809cbb2449e9fcf86 /community/influxdb/influxdb.logrotate
parent08fb3c070346762cc71103e3ffb6ed9811de9514 (diff)
downloadaports-11ae2ed9b20cef67fb2437001585d1e901921d32.tar.bz2
aports-11ae2ed9b20cef67fb2437001585d1e901921d32.tar.xz
testing/influxdb: move to community
Diffstat (limited to 'community/influxdb/influxdb.logrotate')
-rw-r--r--community/influxdb/influxdb.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/influxdb/influxdb.logrotate b/community/influxdb/influxdb.logrotate
new file mode 100644
index 0000000000..e4a3d27580
--- /dev/null
+++ b/community/influxdb/influxdb.logrotate
@@ -0,0 +1,8 @@
+/var/log/influxdb/influxdb.log {
+ daily
+ missingok
+ copytruncate
+ rotate 7
+ compress
+ notifempty
+}