From 912c7f64ff811424fbc4242349dc5837e560dbe9 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 21 Jan 2024 12:55:47 +0100 Subject: [PATCH] Ajout : service runit pour virtiofsd --- etc/runit/sv/virtiofsd/run | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/runit/sv/virtiofsd/run diff --git a/etc/runit/sv/virtiofsd/run b/etc/runit/sv/virtiofsd/run new file mode 100644 index 0000000..ef13895 --- /dev/null +++ b/etc/runit/sv/virtiofsd/run @@ -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