You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-tv/mythtv/files/runmythfe

7 lines
186 B

#!/bin/sh
if ! pgrep mythfrontend >& /dev/null ; then
echo >> /var/log/mythtv/mythfrontend.log
DISPLAY=":0.0" mythfrontend -l /var/log/mythtv/mythfrontend.log -v important,general
fi