]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - debian/linux-cloud-tools-common.hv-kvp-daemon.service
571440344cb50f41828bf919385c2c6321b4f634
[mirror_ubuntu-bionic-kernel.git] / debian / linux-cloud-tools-common.hv-kvp-daemon.service
1 # On Azure/Hyper-V systems start the hv_kvp_daemon
2 #
3 # author "Andy Whitcroft <apw@canonical.com>"
4 [Unit]
5 Description=Hyper-V KVP Protocol Daemon
6 ConditionVirtualization=microsoft
7 DefaultDependencies=no
8 BindsTo=sys-devices-virtual-misc-vmbus\x21hv_kvp.device
9 After=sys-devices-virtual-misc-vmbus\x21hv_kvp.device systemd-remount-fs.service
10 Before=shutdown.target cloud-init-local.service walinuxagent.service
11 Conflicts=shutdown.target
12 RequiresMountsFor=/var/lib/hyperv
13
14 [Service]
15 ExecStart=/usr/sbin/hv_kvp_daemon -n
16
17 [Install]
18 WantedBy=multi-user.target