diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 03:14:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 03:14:17 +0000 |
commit | 81e7cd9b45883ec5a4c971b33aefcf15a6d427bd (patch) | |
tree | f7e0a8142a11924708c6df1a071253c56d5f8cb1 /hypervkvpd.service | |
parent | 0fa696bda0f73911bdc7b68578708331301a4d5e (diff) |
automatic import of hyperv-daemonsopeneuler24.03_LTS
Diffstat (limited to 'hypervkvpd.service')
-rw-r--r-- | hypervkvpd.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hypervkvpd.service b/hypervkvpd.service new file mode 100644 index 0000000..40dff13 --- /dev/null +++ b/hypervkvpd.service @@ -0,0 +1,12 @@ +[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 |