hv-daemons: clean-up, version bump for oem-azure

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
Thilo Fromm 2024-09-12 09:30:25 +02:00
parent 849ea7d45c
commit 0c06b23956
4 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,8 @@
[Unit]
Description=Hyper-V KVP daemon
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_kvp.device
ConditionPathExists=/dev/vmbus/hv_kvp
[Service]
Type=exec
ExecStart=/usr/bin/hv_kvp_daemon --no-daemon
[Install]

View File

@ -3,7 +3,6 @@ Description=Hyper-V VSS daemon
ConditionPathExists=/dev/vmbus/hv_vss
[Service]
Type=exec
ExecStart=/usr/bin/hv_vss_daemon --no-daemon
[Install]

View File

@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COREOS_SOURCE_REVISION=""
inherit coreos-kernel savedconfig systemd
DESCRIPTION="HyperV guest support daemons."