summarylogtreecommitdiffstats
path: root/mythbackend.service
blob: a22c91e63b8604d9468aa7c5b9ef44b086ab7938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=MythTV Backend
Wants=network-online.target mysqld.service
After=network.target mysqld.service

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

[Install]
WantedBy=multi-user.target