Simplify NetBird service enablement
This commit is contained in:
@@ -44,9 +44,7 @@ $STD apt install -y netbird
|
|||||||
msg_ok "Installed NetBird"
|
msg_ok "Installed NetBird"
|
||||||
|
|
||||||
msg_info "Enabling NetBird Service"
|
msg_info "Enabling NetBird Service"
|
||||||
$STD netbird service install 2>/dev/null || true
|
$STD systemctl enable --now netbird
|
||||||
$STD netbird service start 2>/dev/null || true
|
|
||||||
$STD systemctl enable netbird
|
|
||||||
msg_ok "Enabled NetBird Service"
|
msg_ok "Enabled NetBird Service"
|
||||||
|
|
||||||
# NetBird Deployment Type Selection
|
# NetBird Deployment Type Selection
|
||||||
|
|||||||
Reference in New Issue
Block a user