aboutsummaryrefslogtreecommitdiffstats
path: root/main/hvtools/hv_kvp_daemon.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/hvtools/hv_kvp_daemon.initd')
-rw-r--r--main/hvtools/hv_kvp_daemon.initd15
1 files changed, 15 insertions, 0 deletions
diff --git a/main/hvtools/hv_kvp_daemon.initd b/main/hvtools/hv_kvp_daemon.initd
new file mode 100644
index 0000000000..71f31238f7
--- /dev/null
+++ b/main/hvtools/hv_kvp_daemon.initd
@@ -0,0 +1,15 @@
+#!/sbin/openrc-run
+
+name="Hyper-V daemon: hv_kvp_daemon"
+command=/usr/bin/hv_kvp_daemon
+
+depend() {
+ use clock logger
+ need localmount net
+}
+
+start_pre() {
+ # Delete the existing store
+ rm -rf /var/lib/hyperv
+}
+