1
0
mirror of https://github.com/projectacrn/acrn-hypervisor.git synced 2025-05-10 09:25:36 +00:00
acrn-hypervisor/debian/acrnd.service
Helmut Buchsbaum 300a8b259d Add debianization support
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: 
Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
2022-05-10 09:20:14 +08:00

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