crowdsecurity / cs-firewall-bouncer

Crowdsec bouncer written in golang for firewalls
MIT License
111 stars 41 forks source link

Install and/or upgrade fails if crowdsec is not running #337

Closed WagenerHAW closed 11 months ago

WagenerHAW commented 11 months ago

It seems, that the firewall-bouncer requires crowdsec to run. I had an upgrade error because somehow crowdsec was not running when the bouncer updated. So a change in the systemd from After to Requires makes sense?!

[Unit] Description=The firewall bouncer for CrowdSec After=syslog.target network.target remote-fs.target nss-lookup.target Requires=crowdsec.service Before=netfilter-persistent.service

sabban commented 11 months ago

duplicate with https://github.com/crowdsecurity/cs-firewall-bouncer/issues/212