Skip to content
Snippets Groups Projects
Commit 7b08187f authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Cleanup.

parent c8aa3694
No related branches found
No related tags found
No related merge requests found
;=======================================
; noVNC service
;=======================================
[program:novnc]
; General
directory = /usr/lib/noVNC/
command = /usr/lib/noVNC/utils/launch.sh --listen 8590
numprocs = 1
autostart = true
autorestart = true
startsecs = 10
stopwaitsecs = 30
process_name = novnc
; Standard out / error
stdout_logfile = /metauser/logs/%(program_name)s.log
stdout_logfile_maxbytes = 5MB
stdout_logfile_backups = 10
stderr_logfile = /metauser/logs/%(program_name)s.log
stderr_logfile_maxbytes = 5MB
stderr_logfile_backups = 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment