#!/bin/sh
# To disable this service if you don't want it to run, see:
#   man mythtv-update-motd

if [ -f /run/motd.mythtv-status ]; then
    cat /run/motd.mythtv-status
else
    exit 0
fi
