1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/miniflux/miniflux.logrotate
Frédéric Guillot 4e50456e86 testing/miniflux: new aport
https://miniflux.app/
Miniflux is a minimalist and opinionated feed reader.

Closes GH-8708
2019-06-10 09:49:04 +00:00

11 lines
174 B
Text

/var/log/miniflux.log {
daily
missingok
notifempty
rotate 15
compress
sharedscripts
postrotate
/etc/init.d/miniflux --quiet --ifstarted restart || true
endscript
}