Set supervisor so that user didn't start in root.
This commit is contained in:
parent
74f48eefb3
commit
b2faa70242
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue