Re: frontend restart script
I think it's these lines in /usr/share/mythtv/mythfrontend.sh
Code:
until /usr/bin/mythfrontend.real --logfile "${MYTHFELOG}" ${MYTHFRONTEND_OPTS}
RET=$?
[ "$RET" = "0" -o "$RET" = "1" -o "$RET" = "254" ]
do
echo "Restarting mythfrontend.real..." >> "${MYTHFELOG}"
notify-send -i info 'Restarting Frontend' "The front-end crashed unexpectedly (exit code $RET) and is restarting. Please wait..." 2>> "${MYTHFELOG}"
done
Kommentare