summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/mythtv/files/runmythfe')
-rw-r--r--media-tv/mythtv/files/runmythfe3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-tv/mythtv/files/runmythfe b/media-tv/mythtv/files/runmythfe
index 0bf8a7f83b4f..073fad9ce3d5 100644
--- a/media-tv/mythtv/files/runmythfe
+++ b/media-tv/mythtv/files/runmythfe
@@ -1,5 +1,6 @@
#!/bin/sh
if ! pgrep mythfrontend >& /dev/null ; then
- DISPLAY=":0.0" mythfrontend 2&> /dev/null &
+ echo >> /var/log/mythtv/mythfrontend.log
+ DISPLAY=":0.0" mythfrontend -l /var/log/mythtv/mythfrontend.log -v important,general
fi