You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
323 B
13 lines
323 B
[Unit]
|
|
Description=Hyper-V KVP daemon
|
|
ConditionVirtualization=microsoft
|
|
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_kvp.device
|
|
After=sys-devices-virtual-misc-vmbus\x21hv_kvp.device
|
|
RequiresMountsFor=/var/lib/hyperv
|
|
Before=cloud-init-local.service
|
|
IgnoreOnIsolate=1
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/hypervkvpd -n
|