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