summaryrefslogtreecommitdiff
blob: 073fad9ce3d5de3e367e807d231c5b01609c1a92 (plain)
1
2
3
4
5
6
#!/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