This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=/usr/libexec/vnc/with-vnc-key.sh /usr/bin/websockify --key /etc/vnc/tls.key --cert /etc/vnc/tls.cert --web /usr/share/novnc --inetd localhost:5901
- 
        StandardError=syslog
- 
        StandardInput=socket
- 
        User=vnc
 
- 
        
- 
    [Unit]- 
        After=xvnc.target
- 
        Description=noVNC Web Server
- 
        Requires=xvnc.target
 
- 
        
Additionnal notes
Nothing here.