aboutsummaryrefslogtreecommitdiffstats
path: root/debian/hyperv-daemons.hv-kvp-daemon.service
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2015-06-28 18:44:20 +0000
committerBastian Blank <waldi@debian.org>2015-06-28 18:44:20 +0000
commited67452fc59ed352ab3c0cba9925686c0227b7b1 (patch)
tree34fd12e28e44bdcfb2e06329dfff6d439b66fd36 /debian/hyperv-daemons.hv-kvp-daemon.service
parentb1b86869b409129456c359ef3147cfce8a57d84c (diff)
downloadkernel_replicant_linux-ed67452fc59ed352ab3c0cba9925686c0227b7b1.tar.gz
kernel_replicant_linux-ed67452fc59ed352ab3c0cba9925686c0227b7b1.tar.bz2
kernel_replicant_linux-ed67452fc59ed352ab3c0cba9925686c0227b7b1.zip
Add hyperv-daemons package
svn path=/dists/trunk/linux-tools/; revision=22770
Diffstat (limited to 'debian/hyperv-daemons.hv-kvp-daemon.service')
-rw-r--r--debian/hyperv-daemons.hv-kvp-daemon.service9
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 000000000000..f6f6f0d29955
--- /dev/null
+++ b/debian/hyperv-daemons.hv-kvp-daemon.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Hyper-V key-value pair (KVP) daemon
+ConditionVirtualization=microsoft
+
+[Service]
+ExecStart=/usr/sbin/hv_kvp_daemon -n
+
+[Install]
+WantedBy=multi-user.target