File: novnc.service

package info (click to toggle)
gnome-shell-extension-system-monitor 40-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 884 kB
  • sloc: javascript: 2,777; xml: 462; makefile: 148; sh: 108; python: 107
file content (11 lines) | stat: -rw-r--r-- 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=noVNC remote desktop server
After=tigervnc@:1.service
 
[Service]
Type=simple
User=default
ExecStart=/usr/share/novnc/utils/launch.sh --vnc localhost:5901 --listen 6901
 
[Install]
WantedBy=multi-user.target