From d88825f9b97380c87c9c6258ddc6fa05f760d7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Mon, 8 Nov 2010 15:51:06 +0200 Subject: [PATCH] Prevented mythbackend userjobs from starting graphical windows. --- mythtv/files/mythbackend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mythtv/files/mythbackend b/mythtv/files/mythbackend index d5fe2fa..732f72a 100644 --- a/mythtv/files/mythbackend +++ b/mythtv/files/mythbackend @@ -8,3 +8,6 @@ # ownership has been changed from root to mythtv as well. MYTHBACKEND_USER=mythtv #OPTIONS= +# Try to prevent X software from starting GUI. If not unset some +# some userjobs might be failing. +DISPLAY=""