diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-05-08 18:58:36 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-05-08 18:58:43 +0000 |
commit | 11ae2ed9b20cef67fb2437001585d1e901921d32 (patch) | |
tree | 79f991245b05bfc86935c27809cbb2449e9fcf86 /community/influxdb/influxdb.logrotate | |
parent | 08fb3c070346762cc71103e3ffb6ed9811de9514 (diff) | |
download | aports-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.logrotate | 8 |
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 +} |