mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
https://miniflux.app/ Miniflux is a minimalist and opinionated feed reader. Closes GH-8708
11 lines
174 B
Text
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
|
|
}
|