mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-04 05:35:40 +00:00
[PR #56] [MERGED] Deb Install Service Fix #201
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:FixDebInstallServiceIssue📝 Commits (2)
06f5f8echange systemctl 'reload' to 'daemon-reload' to fix installservice issuef628c2afix 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.