Suppression : service runit virtiofsd
This commit is contained in:
parent
7ad6125fa5
commit
7611715fbe
3 changed files with 0 additions and 21 deletions
|
@ -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"
|
|
@ -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
|
Loading…
Reference in a new issue