Skip to content

Instantly share code, notes, and snippets.

@metzenseifner
Last active March 15, 2017 09:51
Show Gist options
  • Save metzenseifner/5515fdeabeff3e4aa8f8e5b8dee8f525 to your computer and use it in GitHub Desktop.
Save metzenseifner/5515fdeabeff3e4aa8f8e5b8dee8f525 to your computer and use it in GitHub Desktop.
TigerVNC Server Socket
# make sym link from /etc/systemd/system/xvnc.socket
# to /etc/systemd/system/socket.target.wants to enable
[Unit]
Description=XVNC Server
[Socket]
ListenStream=5900
Accept=yes
[Install]
WantedBy=sockets.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment