Last active
March 15, 2017 09:51
-
-
Save metzenseifner/5515fdeabeff3e4aa8f8e5b8dee8f525 to your computer and use it in GitHub Desktop.
TigerVNC Server Socket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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