summaryrefslogtreecommitdiffstats
path: root/linhes/mythtv/mythbackend.service
blob: 3535a1f01ec67586b9318e7a6641f3999aed9eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=MythTV Backend
Wants=network-online.target mysqld.service systemd-udev-settle.service
After=network.target mysqld.service systemd-udev-settle.service

[Service]
Type=simple
User=mythtv
ExecStart=/usr/bin/mythbackend --systemd-journal
Restart=on-failure

[Install]
WantedBy=multi-user.target