diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-11-07 11:12:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-11-07 11:15:46 +0000 |
commit | ef1428b0c6a5aa65442374ca24470ca12d229340 (patch) | |
tree | 48248e35acac626695931a606e204dbfa36b8b33 /main/hvtools/hv_fcopy_daemon.initd | |
parent | 319942e85e230f88bb72c52fb6933caeb1eb82db (diff) | |
download | aports-ef1428b0c6a5aa65442374ca24470ca12d229340.tar.bz2 aports-ef1428b0c6a5aa65442374ca24470ca12d229340.tar.xz |
main/hvtools: move from testing
Diffstat (limited to 'main/hvtools/hv_fcopy_daemon.initd')
-rw-r--r-- | main/hvtools/hv_fcopy_daemon.initd | 10 |
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 +} + |