This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected how health check unit and link are removed
I681fa0eb225d43ecbaa1b765f6761dd07031bce1 introduced some logic and links between main service and its health check. The removal wasn't that clean, so this patch intends to make things faster and cleaner. We also remove the "systemctl daemon-reload" call, since it's useless: its only value is for modified units, and here we're stopping, disabling and deleting units. This last change allows to get a cleaner, safer removal of the health check dependency. Change-Id: Ib5d61ed0e3b85dfbc256cb46cbfb611f8a785d71
- Loading branch information
Showing
2 changed files
with
14 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters