Skip to content

Commit

Permalink
xenopsd: fix config to match install location (xapi-project#5444)
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Dirson <[email protected]>
  • Loading branch information
ydirson committed Feb 9, 2024
1 parent 0981f9e commit 36ba63d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ocaml/xenopsd/scripts/make-custom-xenopsd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ supported-vbd-backend-kinds=vbd,qdisk,9pfs
xenguest=${LIBEXECDIR}/xenguest
network-conf=${ETCDIR}/xapi/network.conf
vif-script=${LIBEXECDIR}/vif
vif-xl-script=${LIBEXECDIR}/vif
vbd-script=${LIBEXECDIR}/block
vbd-xl-script=${LIBEXECDIR}/block
qemu-vif-script=${LIBEXECDIR}/qemu-vif-script
setup-vif-rules=${LIBEXECDIR}/setup-vif-rules
vif-script=${XENOPSD_LIBEXECDIR}/vif
vif-xl-script=${XENOPSD_LIBEXECDIR}/vif
vbd-script=${XENOPSD_LIBEXECDIR}/block
vbd-xl-script=${XENOPSD_LIBEXECDIR}/block
qemu-vif-script=${XENOPSD_LIBEXECDIR}/qemu-vif-script
setup-vif-rules=${XENOPSD_LIBEXECDIR}/setup-vif-rules
sockets-group=$group
qemu-wrapper=${QEMU_WRAPPER_DIR}/qemu-wrapper
swtpm-wrapper=${QEMU_WRAPPER_DIR}/qemu-wrapper
Expand Down

0 comments on commit 36ba63d

Please sign in to comment.