diff options
Diffstat (limited to 'debian/hyperv-daemons.hv-kvp-daemon.service')
-rw-r--r-- | debian/hyperv-daemons.hv-kvp-daemon.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/hyperv-daemons.hv-kvp-daemon.service b/debian/hyperv-daemons.hv-kvp-daemon.service new file mode 100644 index 000000000..953226d7d --- /dev/null +++ b/debian/hyperv-daemons.hv-kvp-daemon.service @@ -0,0 +1,9 @@ +[Unit] +Description=Hyper-V key-value pair (KVP) daemon +ConditionPathExists=/dev/vmbus/hv_kvp + +[Service] +ExecStart=/usr/sbin/hv_kvp_daemon -n + +[Install] +WantedBy=multi-user.target |