printscan-server/novnc.service

11 lines
249 B
SYSTEMD
Raw Normal View History

2021-10-22 16:04:48 +02:00
[Unit]
Description=noVNC proxy with Websockify
[Service]
User=scan
Type=simple
ExecStart=/usr/bin/websockify --ssl-only --cert /etc/ssl/cert.crt --key /etc/ssl/cert.key --web /usr/share/novnc 8080 localhost:5900
[Install]
WantedBy=default.target