mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-24 09:11:34 +01:00
12 lines
152 B
Bash
12 lines
152 B
Bash
#!/sbin/openrc-run
|
|
|
|
name="busybox $SVCNAME"
|
|
command="/usr/sbin/$SVCNAME"
|
|
command_args="$HTTPD_OPTS"
|
|
|
|
depend() {
|
|
need net localmount
|
|
after firewall
|
|
}
|
|
|