qemush/etc/runit/sv/virtiofsd/run

8 lines
180 B
Text
Raw Normal View History

2024-01-21 12:55:47 +01:00
#!/bin/sh -e
# Start a virtiofsd sharing qemu shared dir
exec /usr/lib/virtiofsd \
--shared-dir ~qemu/shared \
--socket-path /run/virtiofsd.sock \
--socket-group qemu