Ajout : service runit pour virtiofsd
This commit is contained in:
parent
b5cd533031
commit
912c7f64ff
1 changed files with 7 additions and 0 deletions
7
etc/runit/sv/virtiofsd/run
Normal file
7
etc/runit/sv/virtiofsd/run
Normal 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
|
Loading…
Reference in a new issue