From a4d8d2459aa4fc0de453b23c34355311366f8d3b Mon Sep 17 00:00:00 2001 From: Oskari Rauta Date: Thu, 2 Feb 2023 13:06:08 +0000 Subject: netbird: new package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Netbird is similar vpn service as tailscale and zerotier. Description: NetBird is an open-source VPN management platform built on top of WireGuard® making it easy to create secure private networks for your organization or home. It requires zero configuration effort leaving behind the hassle of opening ports, complex firewall rules, VPN gateways, and so forth. Signed-off-by: Oskari Rauta --- net/netbird/files/netbird.init | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 net/netbird/files/netbird.init (limited to 'net/netbird/files/netbird.init') diff --git a/net/netbird/files/netbird.init b/net/netbird/files/netbird.init new file mode 100755 index 000000000..b7ccd2d4b --- /dev/null +++ b/net/netbird/files/netbird.init @@ -0,0 +1,14 @@ +#!/bin/sh /etc/rc.common + +START=99 +STOP=10 + +USE_PROCD=1 + +start_service() { + procd_open_instance + procd_set_param command /usr/bin/netbird + procd_append_param command service run + procd_set_param pidfile /var/run/netbird.pid + procd_close_instance +} -- cgit v1.2.3