1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 12:15:22 +03:00
aports/testing/anubis/anubis.initd

11 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
}