diff options
Diffstat (limited to 'net/crowdsec-firewall-bouncer/files/crowdsec-firewall-bouncer.initd')
-rwxr-xr-x | net/crowdsec-firewall-bouncer/files/crowdsec-firewall-bouncer.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/crowdsec-firewall-bouncer/files/crowdsec-firewall-bouncer.initd b/net/crowdsec-firewall-bouncer/files/crowdsec-firewall-bouncer.initd index f720e366a..32a47b880 100755 --- a/net/crowdsec-firewall-bouncer/files/crowdsec-firewall-bouncer.initd +++ b/net/crowdsec-firewall-bouncer/files/crowdsec-firewall-bouncer.initd @@ -1,10 +1,10 @@ #!/bin/sh /etc/rc.common -# (C) 2021 Gerald Kerma +# Copyright (C) 2021-2022 Gerald Kerma <gandalf@gk2.net> START=99 USE_PROCD=1 NAME=crowdsec-firewall-bouncer -PROG=/usr/bin/crowdsec-firewall-bouncer +PROG=/usr/bin/cs-firewall-bouncer CONFIG=/etc/crowdsec/bouncers/crowdsec-firewall-bouncer.yaml BACKEND=iptables VARCONFIGDIR=/var/etc/crowdsec/bouncers |