From a810fa2718fd13463b285d52d4fce81d267e181a Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Dec 2025 08:58:35 +0000 Subject: [PATCH] Simplify NetBird service enablement --- install/netbird-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/netbird-install.sh b/install/netbird-install.sh index 95612de20..675225bbd 100644 --- a/install/netbird-install.sh +++ b/install/netbird-install.sh @@ -44,9 +44,7 @@ $STD apt install -y netbird msg_ok "Installed NetBird" msg_info "Enabling NetBird Service" -$STD netbird service install 2>/dev/null || true -$STD netbird service start 2>/dev/null || true -$STD systemctl enable netbird +$STD systemctl enable --now netbird msg_ok "Enabled NetBird Service" # NetBird Deployment Type Selection