[mythtv-users] Startup Frontend via SSH

David Brieck Jr. dbrieck at gmail.com
Mon Jul 28 15:40:23 UTC 2008


Until very recently (when I upgraded my Ubuntu box), I had a very nice
script setup so that I could remotely (re)start the frontend on one of
my machines. Since the upgrade though, this doesn't seem to work
either locally or remotely. Any idea what I'm missing or what changed?


#!/bin/bash
export DISPLAY=:0
killall mythfrontend.real
killall irexec
nohup irexec&
nohup mythfrontend&

Thanks!


More information about the mythtv-users mailing list