Skip to content

Commit

Permalink
Prevent to stop calaos-container on upgrade and not starting calaos-b…
Browse files Browse the repository at this point in the history
…oot on upgrade
  • Loading branch information
raoulh committed Dec 19, 2023
1 parent f08a5f8 commit 4fc3020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0
export GOCACHE=/tmp

override_dh_installsystemd:
dh_installsystemd --name=calaos-container
dh_installsystemd --name=calaos-boot
dh_installsystemd --name=calaos-container --no-stop-on-upgrade
dh_installsystemd --name=calaos-boot --no-start --no-stop-on-upgrade
dh_installsystemd --name=grub-btrfsd --no-enable

override_dh_gencontrol:
Expand Down

0 comments on commit 4fc3020

Please sign in to comment.