From: Thomas Lamprecht Date: Tue, 24 Nov 2020 09:11:50 +0000 (+0100) Subject: d/rules: do not try to start or enable system-pve\x2dcontainer.slice X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8d8a317ab3a441d2e54359495835cea663d17df5;p=pve-container.git 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 --- 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'