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