We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f2b4c commit 08771f2Copy full SHA for 08771f2
etc/supervisor/conf.d/plasmashell.conf
@@ -1,7 +1,7 @@
1
[program:plasmashell]
2
; /usr/bin/startplasma-x11
3
-command=bash -c "until [ -S /tmp/.X11-unix/X0 ]; do sleep 1; done; /usr/bin/plasmashell"
4
-;command=bash -c "until [ -S /tmp/.X11-unix/X0 ]; do sleep 0.3; done; /usr/bin/startplasma-x11"
+;command=bash -c "until [ -S /tmp/.X11-unix/X0 ]; do sleep 1; done; /usr/bin/plasmashell"
+command=bash -c "until [ -S /tmp/.X11-unix/X0 ]; do sleep 0.2; done; /usr/bin/startplasma-x11"
5
stdout_logfile=/var/log/desktop/plasmashell.log
6
autostart=false
7
autorestart=true
0 commit comments