geoip2influx/root/etc/logrotate.d/geoip2influx

14 lines
303 B
Text
Raw Normal View History

2020-10-04 23:16:00 +02:00
/config/log/geoip2influx/geoip2influx.log {
2020-08-17 17:53:45 +02:00
daily
rotate 7
size 25M
compress
delaycompress
nodateext
missingok
notifempty
postrotate
s6-svc -r /var/run/s6/services/geoip2influx
endscript
su abc abc
2020-07-04 18:51:26 +02:00
}