mirror of
https://github.com/Lapikud/Viido.git
synced 2026-03-23 13:14:19 +00:00
10 lines
150 B
Desktop File
10 lines
150 B
Desktop File
[Unit]
|
|
Description=websockify vnc proxy
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/websockify localhost:6080 localhost:5900
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|