summaryrefslogtreecommitdiff
blob: ee3097b586905be715477d93184aca25bd4bc76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

description="ZeroTier - Global Area Networking"
pidfile="/run/${SVCNAME}.pid"
command="/usr/sbin/zerotier-one"
command_background=true

depend() {
    use net
}