Ajout : service runit pour virtiofsd

This commit is contained in:
Ahurac 2024-01-21 12:55:47 +01:00
parent b5cd533031
commit 912c7f64ff

View file

@ -0,0 +1,7 @@
#!/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