Skip to content

Instantly share code, notes, and snippets.

@mohamad-supangat
Created September 13, 2022 13:28
Show Gist options
  • Save mohamad-supangat/487e81ea5ca733f73416613cee35e334 to your computer and use it in GitHub Desktop.
Save mohamad-supangat/487e81ea5ca733f73416613cee35e334 to your computer and use it in GitHub Desktop.
Novnc as systemd service
[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
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