[PR #56] [MERGED] Deb Install Service Fix #201

Open
opened 2026-01-29 16:31:12 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quamotion/dotnet-packaging/pull/56
Author: @danielmoncada
Created: 5/4/2018
Status: Merged
Merged: 5/7/2018
Merged by: @qmfrederik

Base: masterHead: FixDebInstallServiceIssue


📝 Commits (2)

  • 06f5f8e change systemctl 'reload' to 'daemon-reload' to fix installservice issue
  • f628c2a fix unit test

📊 Changes

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

View changed files

📝 Packaging.Targets.Tests/Deb/DebPackageCreatorTests.cs (+1 -1)
📝 Packaging.Targets/Deb/DebPackageCreator.cs (+1 -1)

📄 Description

Fix issue where 'systemctl reload' was being called upon InstallService rather than 'systemctl daemon-reload'. This was causing a 'too few arguments' error.


🔄 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/quamotion/dotnet-packaging/pull/56 **Author:** [@danielmoncada](https://github.com/danielmoncada) **Created:** 5/4/2018 **Status:** ✅ Merged **Merged:** 5/7/2018 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `FixDebInstallServiceIssue` --- ### 📝 Commits (2) - [`06f5f8e`](https://github.com/quamotion/dotnet-packaging/commit/06f5f8edf00492dbaeb1194770d7509306d4c4b4) change systemctl 'reload' to 'daemon-reload' to fix installservice issue - [`f628c2a`](https://github.com/quamotion/dotnet-packaging/commit/f628c2a1c130c21b873975de4042d170edd9b106) fix unit test ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Packaging.Targets.Tests/Deb/DebPackageCreatorTests.cs` (+1 -1) 📝 `Packaging.Targets/Deb/DebPackageCreator.cs` (+1 -1) </details> ### 📄 Description Fix issue where 'systemctl reload' was being called upon InstallService rather than 'systemctl daemon-reload'. This was causing a 'too few arguments' error. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:31:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#201