PKGBUILDs/community/mythtv/mythbackend.service
2013-12-09 23:08:56 +00:00

16 lines
356 B
Desktop File

[Unit]
Description=MythTV Backend
Wants=network-online.target
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