[PR #2519] [MERGED] [client] Fix service down #15243

Closed
opened 2026-08-05 03:07:15 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2519
Author: @pascal-fischer
Created: 9/2/2024
Status: Merged
Merged: 9/2/2024
Merged by: @pascal-fischer

Base: mainHead: fix/service-stop


📝 Commits (3)

  • 6a8a063 add serverInstance.Stop()
  • 1375723 bring back sleep on down
  • caf68ca logging error instead of exit

📊 Changes

2 files changed (+16 additions, -3 deletions)

View changed files

📝 client/cmd/service.go (+6 -3)
📝 client/cmd/service_controller.go (+10 -0)

📄 Description

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/2519 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 9/2/2024 **Status:** ✅ Merged **Merged:** 9/2/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `fix/service-stop` --- ### 📝 Commits (3) - [`6a8a063`](https://github.com/netbirdio/netbird/commit/6a8a063310a5b051e51f5cecc39eddace2d67c31) add serverInstance.Stop() - [`1375723`](https://github.com/netbirdio/netbird/commit/13757231d8e1e77e9858a507c880f09fde52b38d) bring back sleep on down - [`caf68ca`](https://github.com/netbirdio/netbird/commit/caf68cadbb85df0abba2de2b65684b99c9e9df2d) logging error instead of exit ### 📊 Changes **2 files changed** (+16 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/service.go` (+6 -3) 📝 `client/cmd/service_controller.go` (+10 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:07:15 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#15243