Skip to content

main/fail2ban: fix logging after rotate

Henrik Riomar requested to merge HRio/aports:fail2ban-fix-rotation into master

fail2ban stops updating /var/log/fail2ban.log after rotation, this change fixes that problem.

According to the docs at: https://www.fail2ban.org/wiki/index.php/Commands#LOGGING we shall call "flushlogs" after rotation.

Closes #11382 (closed)

Merge request reports