1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
aports/testing/cs-firewall-bouncer/cs-firewall-bouncer.initd
Kevin Daudt c08036b219 testing/cs-firewall-bouncer: new aport
Crowdsec firewall bouncer, which enforces crowdsec decissions through
various firewall backends.
2022-06-05 16:18:08 +00:00

10 lines
222 B
Bash

#!/sbin/openrc-run
command=/usr/bin/crowdsec-firewall-bouncer
command_args="-c /etc/crowdsec/bouncers/crowdsec-firewall-bouncer.yaml"
pidfile="/run/${RC_SVCNAME}.pid"
command_background=true
depend() {
after firewall
}