summaryrefslogtreecommitdiff
path: root/community/mythtv/mythbackend.service
blob: 2a2b8b7db89b1b11f7795a03f2fda1fd67d0e1a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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