mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
16 lines
375 B
Desktop File
16 lines
375 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
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|