From 2fa52b4a5655d6c5675406ac742f9d5c014b41be Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Thu, 2 Dec 2010 09:48:35 +0200 Subject: [PATCH] Unset DISPLAY for mythbackend to fix userjobs --- mythtv/files/mythbackend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythtv/files/mythbackend b/mythtv/files/mythbackend index 732f72a..e1a09e2 100644 --- a/mythtv/files/mythbackend +++ b/mythtv/files/mythbackend @@ -10,4 +10,4 @@ MYTHBACKEND_USER=mythtv #OPTIONS= # Try to prevent X software from starting GUI. If not unset some # some userjobs might be failing. -DISPLAY="" +unset DISPLAY