mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-11 00:07:08 +02:00
12 lines
184 B
Plaintext
12 lines
184 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
depend() {
|
|
provide net
|
|
use network
|
|
before firewall netmount
|
|
}
|
|
|
|
command="/usr/sbin/zerotier-one"
|
|
command_background="yes"
|
|
pidfile="/run/$RC_SVCNAME.pid"
|