summaryrefslogtreecommitdiff
path: root/net-misc/zerotier/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-29 18:03:51 +0000
commitd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (patch)
tree1814dd2b5bbf2e7639fdafbeef48d228cfaf5e9b /net-misc/zerotier/files
parentabaa75b10f899ada8dd05b23cc03205064394bc6 (diff)
gentoo resync : 29.01.2021
Diffstat (limited to 'net-misc/zerotier/files')
-rw-r--r--net-misc/zerotier/files/zerotier.init-r112
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/zerotier/files/zerotier.init-r1 b/net-misc/zerotier/files/zerotier.init-r1
new file mode 100644
index 000000000000..ee3097b58690
--- /dev/null
+++ b/net-misc/zerotier/files/zerotier.init-r1
@@ -0,0 +1,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
+}