mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-04 02:56:52 +00:00
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 <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
parent
36110bf036
commit
8aa77e6464
6
debian/rules
vendored
6
debian/rules
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user