From 8aa77e646432c316efc30bbc1a7e130bbac9bbb8 Mon Sep 17 00:00:00 2001 From: Helmut Buchsbaum Date: Wed, 4 May 2022 14:40:24 +0200 Subject: [PATCH] debian/rules: Do not start services on install Do not start services at install automatically, since they are most likely installed on a non-ACRN system. Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/rules b/debian/rules index e24d2c069..10acca322 100755 --- a/debian/rules +++ b/debian/rules @@ -310,6 +310,12 @@ override_dh_auto_install-indep: override_dh_missing: $(Q)dh_missing --fail-missing +### dh_installsystemd ######################################################## +# do not start services at install, since they are most likely installed on a +# non-ACRN system +override_dh_installsystemd: + $(Q)dh_installsystemd --no-start + ### dh_strip ################################################################# # only strip release variant binaries override_dh_strip: DESTDIR=$(abspath debian/tmp)