当您来时,卸载Firehol后会出现此错误。检查一下你没有这个街区:
[Unit]
# Starting fail2ban will automatically start firehol before it.
# Stopping firehol will automatically stop fail2ban before it.
BindsTo=firehol.service
After=firehol.service在/etc/systemd/system/fail2ban.service.d/override.conf或systemctl edit fail2ban中
如果您有它,请删除它并启动/重新启动fail2ban服务。有时,当我们遵循文档时,我们需要逆转我们所做的事情。
发布于 2022-01-02 17:46:03
删除上面突出显示的块并运行:
systemctl daemon-reload可以运行fail2ban-client status来确认fail2ban状态。
https://serverfault.com/questions/1088788
复制相似问题