geoip2influx/root/etc/logrotate.d/geoip2influx
2020-10-04 23:16:00 +02:00

14 lines
No EOL
303 B
Text

/config/log/geoip2influx/geoip2influx.log {
daily
rotate 7
size 25M
compress
delaycompress
nodateext
missingok
notifempty
postrotate
s6-svc -r /var/run/s6/services/geoip2influx
endscript
su abc abc
}