Ticket #7297: mythtv-backend.conf

File mythtv-backend.conf, 359 bytes (added by superm1@…, 15 years ago)

upstart script

Line 
1# MythTV Backend service
2
3description     "MythTV Backend"
4author          "Matt Mossholder <matt@mossholder.com>"
5
6start on (local-filesystems and net-device-up IFACE=lo)
7stop on starting shutdown
8
9#expect fork
10respawn
11
12script 
13        test -f /etc/default/mythtv-backend && . /etc/default/mythtv-backend || true
14        exec /bin/su -c "/usr/bin/mythbackend $ARGS" $USER
15end script
16