# MythTV Backend service description "MythTV Backend" author "Matt Mossholder " start on (local-filesystems and net-device-up IFACE=lo) stop on starting shutdown #expect fork respawn script test -f /etc/default/mythtv-backend && . /etc/default/mythtv-backend || true exec /bin/su -c "/usr/bin/mythbackend $ARGS" $USER end script