[mythtv-users] Need mythtv-backend startup advice
Don Brett
dlbrett at zoominternet.net
Sat Jul 13 16:56:28 UTC 2019
I have a new installation of Ubuntu-Mate (18.04). It works fine, but I
just realized the HD Homerun inputs are having a minor problem. On
power-up, or reboot, all the HDHR inputs come up as unavailable. I
restart mythtv-backend and all is well. Does it sound like a systemd
configuration issue? I'm using the systemd conf, as-installed.
Don
PS - The Hauppauge HDPVR works fine; this only happens on the
SiliconDust HDHR connect hardware.
Restart command:
sudo systemctl stop mythtv-backend
sudo systemctl start mythtv-backend
>From /etc/systemd/system/multi-user.target.wants/mythtv-backend.service:
(symlinked to /lib/systemd/system/mythtv-backend.service):
[Unit]
Description=MythTV Backend
Documentation=https://www.mythtv.org/wiki/Mythbackend
After=mysql.service network.target
[Service]
User=mythtv
EnvironmentFile=-/etc/mythtv/additional.args
ExecStart=/usr/bin/mythbackend --quiet --syslog local7 $ADDITIONAL_ARGS
StartLimitBurst=10
StartLimitInterval=10m
Restart=on-failure
RestartSec=1
[Install]
WantedBy=multi-user.target
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
More information about the mythtv-users
mailing list