From 43f739b9c1e830a97978c48c21c6b272db66ddc7 Mon Sep 17 00:00:00 2001 From: Dio Putra Date: Fri, 22 Oct 2021 13:34:58 +0700 Subject: system/spice-vdagent: Fix startup script. Signed-off-by: Willy Sudiarto Raharjo --- system/spice-vdagent/files/rc.spice-vdagent | 1 + 1 file changed, 1 insertion(+) (limited to 'system') diff --git a/system/spice-vdagent/files/rc.spice-vdagent b/system/spice-vdagent/files/rc.spice-vdagent index 16709ba5b7..8f079f9653 100644 --- a/system/spice-vdagent/files/rc.spice-vdagent +++ b/system/spice-vdagent/files/rc.spice-vdagent @@ -20,6 +20,7 @@ start() { /sbin/modprobe uinput > /dev/null 2>&1 # In case the previous running vdagentd crashed /usr/bin/rm -f /var/run/spice-vdagentd/spice-vdagent-sock + /usr/bin/mkdir -p /var/run/spice-vdagentd /usr/bin/echo "Starting $prog: " $exec -s $port retval=$? -- cgit v1.2.3