diff --git a/rootfs/etc/supervisor/conf.d/supervisord.conf b/rootfs/etc/supervisor/conf.d/supervisord.conf index 0cdb1e0..392cfbc 100644 --- a/rootfs/etc/supervisor/conf.d/supervisord.conf +++ b/rootfs/etc/supervisor/conf.d/supervisord.conf @@ -34,7 +34,7 @@ stopsignal=KILL [program:x11vnc] priority=20 -command=bash -c 'x11vnc -ncache 10 -display :1 -xkb -forever -shared -repeat -capslock || rm /tmp/.X11-unix/X1 /tmp/.X1-lockfb' +command=bash -c 'x11vnc -display :1 -xkb -forever -shared -repeat -capslock || rm /tmp/.X11-unix/X1 /tmp/.X1-lockfb' [program:novnc] priority=25 @@ -52,4 +52,4 @@ command=bash -c 'while ps aux | grep user-install.sh | grep -v grep 2>&1> /dev/n priority=30 directory=/home/%USER%/.dynamic-background/active user=%USER% -command=bash /usr/share/backgrounds/dynamic.sh \ No newline at end of file +command=bash /usr/share/backgrounds/dynamic.sh