From 3e5e8bfec7ffdb955e0196c99c20690996d76058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Tue, 6 Apr 2021 20:51:08 +0200 Subject: [PATCH] xorg add noreset and nolisten tcp. --- runtime/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/supervisord.conf b/runtime/supervisord.conf index e9380241..357280a6 100644 --- a/runtime/supervisord.conf +++ b/runtime/supervisord.conf @@ -22,7 +22,7 @@ redirect_stderr=true [program:x-server] environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s" -command=/usr/bin/X -config /etc/neko/xorg.conf %(ENV_DISPLAY)s +command=/usr/bin/X %(ENV_DISPLAY)s -config /etc/neko/xorg.conf -noreset -nolisten tcp autorestart=true priority=300 user=%(ENV_USER)s