mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 21:19:35 +00:00
debian: Use original acrnd.service
Part of fix for https://github.com/tttech-industrial-buchsbaum/acrn-hypervisor/issues/6 Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
parent
a344010e68
commit
78b64c21b3
1
debian/acrnd.install
vendored
1
debian/acrnd.install
vendored
@ -1,3 +1,4 @@
|
|||||||
usr/bin/acrnd
|
usr/bin/acrnd
|
||||||
usr/bin/acrnctl
|
usr/bin/acrnctl
|
||||||
usr/share/doc/acrnd/examples/
|
usr/share/doc/acrnd/examples/
|
||||||
|
lib/systemd/system/acrnd.service
|
||||||
|
14
debian/acrnd.service
vendored
14
debian/acrnd.service
vendored
@ -1,14 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=ACRN manager deamon
|
|
||||||
After=systemd-resolved.service
|
|
||||||
ConditionPathExists=/sys/kernel/debug/gvt
|
|
||||||
ConditionPathExists=/dev/acrn_hsm
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
ExecStart=/usr/bin/acrnd -t
|
|
||||||
StandardOutput=journal
|
|
||||||
StandardError=journal
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
2
debian/control
vendored
2
debian/control
vendored
@ -92,7 +92,7 @@ Description: Devicemodel for ACRN Hypervisor
|
|||||||
|
|
||||||
Package: acrnd
|
Package: acrnd
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}, acrn-lifemngr
|
||||||
Suggests: acrn-doc
|
Suggests: acrn-doc
|
||||||
Description: ACRN Hypervisor control daemon
|
Description: ACRN Hypervisor control daemon
|
||||||
ACRN is an open source reference hypervisor, built to meet the unique
|
ACRN is an open source reference hypervisor, built to meet the unique
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -274,9 +274,6 @@ override_dh_auto_install-arch:
|
|||||||
$(Q)sed -i 's/acrn_tap\* //g' \
|
$(Q)sed -i 's/acrn_tap\* //g' \
|
||||||
$(DESTDIR)$(docdir)/acrnd/examples/50-acrn.network
|
$(DESTDIR)$(docdir)/acrnd/examples/50-acrn.network
|
||||||
@:
|
@:
|
||||||
@# remove acrnd.service, use explicitly provided service file instead
|
|
||||||
$(Q)rm -f $(DESTDIR)$(systemd_unitdir)/system/acrnd.service
|
|
||||||
@:
|
|
||||||
@# move devicemodel samples
|
@# move devicemodel samples
|
||||||
$(Q)mkdir -p $(DESTDIR)$(docdir)/acrn-devicemodel
|
$(Q)mkdir -p $(DESTDIR)$(docdir)/acrn-devicemodel
|
||||||
$(Q)mv $(DESTDIR)$(datadir)/acrn/samples \
|
$(Q)mv $(DESTDIR)$(datadir)/acrn/samples \
|
||||||
|
Loading…
Reference in New Issue
Block a user