aports/testing/anubis/anubis.initd

12 lines
168 B
Bash

#!/sbin/openrc-run
name=anubis
description="Anubis HTTP defense proxy"
supervisor="supervise-daemon"
command="/usr/bin/anubis"
depend() {
need net
after firewall
}