mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/spice-vdagent: Fix startup script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b6d5a8aa6f
commit
43f739b9c1
1 changed files with 1 additions and 0 deletions
|
@ -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=$?
|
||||
|
|
Loading…
Reference in a new issue