PKGBUILDs/community/mythtv/mythbackend.service
2012-09-02 22:42:14 +00:00

15 lines
328 B
Desktop File

[Unit]
Description=MythTV Backend
After=network.target mysqld.service
[Service]
Type=simple
Environment=HOME=/var/lib/mythtv
User=mythtv
ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv
ExecStop=/usr/bin/mythshutdown --setscheduledwakeup
#ExecStop=/usr/bin/mythshutdown --shutdown
[Install]
WantedBy=multi-user.target