6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export LIBSEAT_BACKEND=seatd
|
||
|
|
||
|
exec seatd -g video
|