summaryrefslogtreecommitdiffstats
path: root/linhes/mythtv/mythbackend.service
blob: fb9f8b7dbed1a2bf79d2d2de937186ccb93537f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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
Environment="PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl"
ExecStart=/usr/bin/mythbackend --syslog local6
Restart=on-failure

[Install]
WantedBy=multi-user.target