]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - debian/linux-cloud-tools-common.hv-kvp-daemon.service
x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
[mirror_ubuntu-jammy-kernel.git] / debian / linux-cloud-tools-common.hv-kvp-daemon.service
CommitLineData
29f98055
LO
1# On Azure/Hyper-V systems start the hv_kvp_daemon
2#
3# author "Andy Whitcroft <apw@canonical.com>"
4[Unit]
5Description=Hyper-V KVP Protocol Daemon
6ConditionVirtualization=microsoft
22cb82bf 7ConditionKernelCommandLine=!snapd_recovery_mode
29f98055
LO
8DefaultDependencies=no
9BindsTo=sys-devices-virtual-misc-vmbus\x21hv_kvp.device
10After=sys-devices-virtual-misc-vmbus\x21hv_kvp.device systemd-remount-fs.service
11Before=shutdown.target cloud-init-local.service walinuxagent.service
12Conflicts=shutdown.target
13RequiresMountsFor=/var/lib/hyperv
14
15[Service]
16ExecStart=/usr/sbin/hv_kvp_daemon -n
17
18[Install]
19WantedBy=multi-user.target