Set supervisor so that user didn't start in root.

This commit is contained in:
Frank Netscher 2019-09-24 17:07:31 -05:00
parent 74f48eefb3
commit b2faa70242
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ stdout_logfile=/var/log/novnc.log
priority=35 priority=35
directory=/home/ubuntu/mydata directory=/home/ubuntu/mydata
command=xterm -r -ls -geometry 80x24+10+10 -title '*** Exit this window to kill your Paraview session ***' -e 'paraview' command=xterm -r -ls -geometry 80x24+10+10 -title '*** Exit this window to kill your Paraview session ***' -e 'paraview'
user=root user=ubuntu
autostart=true autostart=true
autorestart=false autorestart=false
stopsignal=QUIT stopsignal=QUIT