[mythtv-users] Keeping frontend running?

Mike Perkins mikep at randomtraveller.org.uk
Mon Nov 30 18:06:51 UTC 2009


Jean-Yves Avenard wrote:
> #! /bin/bash
> 
> xset s noblank
> xset s off
> xset -dpms
> 
> while true; do
>   /usr/bin/xwit -root -warp 1920 1080
>   /usr/bin/mythfrontend --service > /dev/null
> done
> 
You /really/ ought to be writing your front-end logs out to a file, even if you 
only keep it for a day or two. Otherwise you will find it difficult to fix any 
problems.

-- 

Mike Perkins



More information about the mythtv-users mailing list