]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - debian/linux-cloud-tools-common.hv-fcopy-daemon.service
KVM: x86/speculation: Disable Fill buffer clear within guests
[mirror_ubuntu-jammy-kernel.git] / debian / linux-cloud-tools-common.hv-fcopy-daemon.service
1 # On Azure/Hyper-V systems start the hv_fcopy_daemon
2 #
3 # author "Andy Whitcroft <apw@canonical.com>"
4 [Unit]
5 Description=Hyper-V File Copy Protocol Daemon
6 ConditionVirtualization=microsoft
7 ConditionPathExists=/dev/vmbus/hv_fcopy
8 BindsTo=sys-devices-virtual-misc-vmbus\x21hv_fcopy.device
9
10 [Service]
11 ExecStart=/usr/sbin/hv_fcopy_daemon -n
12
13 [Install]
14 WantedBy=multi-user.target