From b2faa702429bd0b96e3f340747fdee6f70427aba Mon Sep 17 00:00:00 2001 From: Frank Netscher Date: Tue, 24 Sep 2019 17:07:31 -0500 Subject: [PATCH] Set supervisor so that user didn't start in root. --- image/etc/supervisor/conf.d/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/etc/supervisor/conf.d/supervisord.conf b/image/etc/supervisor/conf.d/supervisord.conf index 648b3b2..d23693f 100644 --- a/image/etc/supervisor/conf.d/supervisord.conf +++ b/image/etc/supervisor/conf.d/supervisord.conf @@ -64,7 +64,7 @@ stdout_logfile=/var/log/novnc.log priority=35 directory=/home/ubuntu/mydata 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 autorestart=false stopsignal=QUIT