PKGBUILDs/community/mythtv/mythbackend.service

16 lines
356 B
SYSTEMD
Raw Normal View History

2012-07-01 20:11:48 +00:00
[Unit]
Description=MythTV Backend
2013-12-09 23:08:56 +00:00
Wants=network-online.target
2012-07-01 20:11:48 +00:00
After=network.target mysqld.service
[Service]
Type=simple
Environment=HOME=/var/lib/mythtv
User=mythtv
2012-09-02 22:42:14 +00:00
ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv
ExecStop=/usr/bin/mythshutdown --setscheduledwakeup
#ExecStop=/usr/bin/mythshutdown --shutdown
2012-07-01 20:11:48 +00:00
[Install]
WantedBy=multi-user.target