Created
September 13, 2022 13:28
-
-
Save mohamad-supangat/487e81ea5ca733f73416613cee35e334 to your computer and use it in GitHub Desktop.
Novnc as systemd service
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
[Unit] | |
Description = start noVNC service | |
After=syslog.target network.target | |
[Service] | |
Type=simple | |
ExecStart=novnc_proxy --vnc localhost:5901 --listen localhost:6080 | |
[Install] | |
WantedBy=multi-user.target | |
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
novnc_proxy --vnc localhost:5901 --listen localhost:6081 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment