aboutsummaryrefslogtreecommitdiffstats
path: root/main/hvtools/hv_fcopy_daemon.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/hvtools/hv_fcopy_daemon.initd')
-rw-r--r--main/hvtools/hv_fcopy_daemon.initd10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/hvtools/hv_fcopy_daemon.initd b/main/hvtools/hv_fcopy_daemon.initd
new file mode 100644
index 0000000000..eda7463ab0
--- /dev/null
+++ b/main/hvtools/hv_fcopy_daemon.initd
@@ -0,0 +1,10 @@
+#!/sbin/openrc-run
+
+name="Hyper-V daemon: hv_fcopy_daemon"
+command=/usr/bin/hv_fcopy_daemon
+
+depend() {
+ use clock logger
+ need localmount
+}
+