mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 12:15:22 +03:00
11 lines
168 B
Bash
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
|
|
}
|