Last active
April 9, 2016 22:00
-
-
Save ishults/6f80f31b2c0e077d58722348a4516f31 to your computer and use it in GitHub Desktop.
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
sudo chmod +x /etc/systemd/system/vncserver@:1.service | |
sudo systemctl daemon-reload | |
sudo systemctl enable vncserver@:1 | |
sudo systemctl start vncserver@:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment