summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-06-29 04:39:01 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-06-29 04:39:01 +0000
commitb0d4bfbce7e3ccfc792b6c211c51f523fa367bf2 (patch)
tree6c3c6ecb8bf7d90341e56e7f49c56e70b454bc0a /media-tv/mythtv/files
parentStable on x86, sec. bug #96776. (diff)
downloadgentoo-2-b0d4bfbce7e3ccfc792b6c211c51f523fa367bf2.tar.gz
gentoo-2-b0d4bfbce7e3ccfc792b6c211c51f523fa367bf2.tar.bz2
gentoo-2-b0d4bfbce7e3ccfc792b6c211c51f523fa367bf2.zip
Add mythfrontend crontab
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-tv/mythtv/files')
-rw-r--r--media-tv/mythtv/files/runmythfe5
1 files changed, 5 insertions, 0 deletions
diff --git a/media-tv/mythtv/files/runmythfe b/media-tv/mythtv/files/runmythfe
new file mode 100644
index 000000000000..0bf8a7f83b4f
--- /dev/null
+++ b/media-tv/mythtv/files/runmythfe
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if ! pgrep mythfrontend >& /dev/null ; then
+ DISPLAY=":0.0" mythfrontend 2&> /dev/null &
+fi