File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
sdk_container/src/third_party/coreos-overlay/app-emulation/hv-daemons Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -18,12 +18,7 @@ src_compile() {
18
18
}
19
19
20
20
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)
27
22
for HV_DAEMON in " $HV_DAEMONS [@]"
28
23
do
29
24
if [ -f " ${S} /build/tools/hv/${HV_DAEMON} " ]; then
You can’t perform that action at this time.
0 commit comments