mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-10 09:25:36 +00:00
Add support to generate Debian packages. For details see debian/README. debian/changelog is manually intialized, ready to be updated by gbp dch command. Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
15 lines
280 B
Desktop File
15 lines
280 B
Desktop File
[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
|