From 8d8a317ab3a441d2e54359495835cea663d17df5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 24 Nov 2020 10:11:50 +0100 Subject: [PATCH] d/rules: do not try to start or enable system-pve\x2dcontainer.slice Yes, we need *all* those flags for the installsystemd debhelper to do nothing. That is not required and logs errors during package upgrade, like: > system-pve\x2dcontainer.slice is a disabled or a static unit, > not starting it. Completes the fix of commit 41d3078b34c08dc0d66a2c0215f2a598a05fcb6 Signed-off-by: Thomas Lamprecht --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 15a17b5..d999152 100755 --- a/debian/rules +++ b/debian/rules @@ -13,4 +13,4 @@ dh $@ override_dh_installsystemd: - dh_installsystemd -ppve-container --no-restart-after-upgrade -r 'system-pve\x2dcontainer.slice' + dh_installsystemd -ppve-container --no-start --no-enable --no-restart-after-upgrade -r 'system-pve\x2dcontainer.slice' -- 2.39.5