From 7611715fbe652e13d214d59b2c6cfce170e13779 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 26 Mar 2024 10:01:15 +0100 Subject: [PATCH] Suppression : service runit virtiofsd --- etc/runit/sv/virtiofsd/down | 0 etc/runit/sv/virtiofsd/finish | 8 -------- etc/runit/sv/virtiofsd/run | 13 ------------- 3 files changed, 21 deletions(-) delete mode 100644 etc/runit/sv/virtiofsd/down delete mode 100755 etc/runit/sv/virtiofsd/finish delete mode 100755 etc/runit/sv/virtiofsd/run diff --git a/etc/runit/sv/virtiofsd/down b/etc/runit/sv/virtiofsd/down deleted file mode 100644 index e69de29..0000000 diff --git a/etc/runit/sv/virtiofsd/finish b/etc/runit/sv/virtiofsd/finish deleted file mode 100755 index 964aeb8..0000000 --- a/etc/runit/sv/virtiofsd/finish +++ /dev/null @@ -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" diff --git a/etc/runit/sv/virtiofsd/run b/etc/runit/sv/virtiofsd/run deleted file mode 100755 index 616294f..0000000 --- a/etc/runit/sv/virtiofsd/run +++ /dev/null @@ -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