Skip to content

Commit ca8a7da

Browse files
committed
app-emulation/hv-daemons: add hv_fcopy_uio_daemon
1 parent 47b9495 commit ca8a7da

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Unit]
2+
Description=Hyper-V FCOPY UIO daemon
3+
ConditionPathExists=/sys/bus/vmbus/devices/eb765408-105f-49b6-b4aa-c123b64d17d4/uio
4+
5+
[Service]
6+
ExecStart=/usr/bin/hv_fcopy_uio_daemon --no-daemon
7+
8+
[Install]
9+
WantedBy=multi-user.target

sdk_container/src/third_party/coreos-overlay/app-emulation/hv-daemons/hv-daemons-9999.ebuild

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ src_compile() {
1818
}
1919

2020
src_install() {
21-
if [ -f "${S}/build/tools/hv/hv_fcopy_uio_daemon" ]; then
22-
cp "${S}/build/tools/hv/hv_fcopy_uio_daemon" "${S}/build/tools/hv/hv_fcopy_daemon"
23-
fi
24-
25-
26-
HV_DAEMONS=(hv_vss_daemon hv_kvp_daemon hv_fcopy_daemon)
21+
HV_DAEMONS=(hv_vss_daemon hv_kvp_daemon hv_fcopy_daemon hv_fcopy_uio_daemon)
2722
for HV_DAEMON in "$HV_DAEMONS[@]"
2823
do
2924
if [ -f "${S}/build/tools/hv/${HV_DAEMON}" ]; then

0 commit comments

Comments
 (0)