mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
12 lines
152 B
Plaintext
Executable File
12 lines
152 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
name="busybox $SVCNAME"
|
|
command="/usr/sbin/$SVCNAME"
|
|
command_args="$HTTPD_OPTS"
|
|
|
|
depend() {
|
|
need net localmount
|
|
after firewall
|
|
}
|
|
|