mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-12 05:25:34 +02:00
3 lines
76 B
Bash
Executable file
3 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
mkdir -p /var/run/spice-vdagentd
|
|
exec /usr/bin/spice-vdagentd -x
|