[PR #450] [MERGED] Fix service install when sysV service bin exists #12645

Closed
opened 2026-08-05 02:06:20 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/450
Author: @mlsmaycon
Created: 9/4/2022
Status: Merged
Merged: 9/5/2022
Merged by: @mlsmaycon

Base: mainHead: fix-service-when-sysv-bin-exists


📝 Commits (1)

  • 5db7313 Fix service install when sysV service bin exists

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

when checking for rcS in the service lib, we should make sure that the service bin is not present, which indicates that sysV is the init system to be used


🔄 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/450 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 9/4/2022 **Status:** ✅ Merged **Merged:** 9/5/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix-service-when-sysv-bin-exists` --- ### 📝 Commits (1) - [`5db7313`](https://github.com/netbirdio/netbird/commit/5db731393cce5f07ff237130ab7ce54a21e0f41a) Fix service install when sysV service bin exists ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description when checking for rcS in the service lib, we should make sure that the service bin is not present, which indicates that sysV is the init system to be used --- <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 02:06:20 -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#12645