Estou tentando definir o back-end do fail2ban para systemd. Arquivo:
/etc/fail2ban/jail.local
Opção:
backend = systemd
E não inicia, registra:
2018-06-27 12:09:53,387 fail2ban.jail [10240]: ERROR Backend 'systemd' failed to initialize due to No module named 'systemd'
Qual poderia ser a solução?
Eu tentei estes:
python3 -c 'from systemd import journal; print("OK")'
python2 -c 'from systemd import journal; print "OK"'
ImportError: No module named systemd