From 4fc3020e7bb68beb3c104fc0884bfbb3243ebbc5 Mon Sep 17 00:00:00 2001 From: Raoul Hecky Date: Tue, 19 Dec 2023 15:11:38 +0100 Subject: [PATCH] Prevent to stop calaos-container on upgrade and not starting calaos-boot on upgrade --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index fb104ce..d70aedb 100755 --- a/debian/rules +++ b/debian/rules @@ -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: