Suppression : service runit virtiofsd

This commit is contained in:
Ahurac 2024-03-26 10:01:15 +01:00
parent 7ad6125fa5
commit 7611715fbe
3 changed files with 0 additions and 21 deletions

View file

@ -1,8 +0,0 @@
#!/bin/sh -e
# Read configuration
sourceconf() { [ -r "$1" ] && . "$1"; }
sourceconf ./conf
# Delete socket and PID file
exec rm -f "$socket" "${socket}.pid"

View file

@ -1,13 +0,0 @@
#!/bin/sh -e
# Read configuration
sourceconf() {
[ -r "$1" ] && . "$1"
}
sourceconf ./conf
# Start a virtiofsd sharing qemu shared dir
exec /usr/lib/virtiofsd \
--shared-dir "$shared_dir" \
--socket-path "$socket" \
--socket-group qemu