[mythtv-users] delaying backend startup until the network is up

James Abernathy jfabernathy at gmail.com
Mon Dec 10 22:03:02 UTC 2018


on my production system I use without issue the systemd override provided by. 

sudo systemctl edit mythtv-backend.service

[Unit]
After=NetworkManager-wait-online.service

When I built a test system using the same HDHR tuners but with the mythhdhrrecorder external recorder I used the same overide setup. However, if I boot my test system I get a lot of errors on 2-4 tuners and the errors are related to opening the tuner. This is solved by doing the following after boot:

sudo systemctl stop mythtv-backend
sudo systemctl start mythtv-backend

What is special about mythhdhrrecorder and external recorder blackbox that makes this systemd override not work???

Jim A

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20181210/64f8c6e3/attachment.html>


More information about the mythtv-users mailing list