mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2026-01-11 15:09:22 -06:00
3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Launch Tigervnc
|
|
/usr/bin/dbus-launch vncserver :0 &
|