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() {
1818}
1919
2020src_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
You can’t perform that action at this time.
0 commit comments