<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Oct 5, 2017 at 4:43 PM, Richard Shaw <span dir="ltr"><<a href="mailto:hobbes1069@gmail.com" target="_blank">hobbes1069@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="gmail-">On Thu, Oct 5, 2017 at 3:04 PM, Ian Evans <span dir="ltr"><<a href="mailto:dheianevans@gmail.com" target="_blank">dheianevans@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div class="gmail-m_-3686622182423254899h5"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail-m_-3686622182423254899m_1524625341417402139gmail-HOEnZb"><div class="gmail-m_-3686622182423254899m_1524625341417402139gmail-h5"><br></div></div></blockquote></div></div><div>Created the file with:</div><span><div><br></div><div> [Unit]</div><div> Description=the open source DVR, MythTV</div></span><span><div> After=mysql.service</div><div> BindsTo=graphical-session.targ<wbr>et</div><div><br></div><div> [Service]</div><div> Environment=DISPLAY=%i</div><div> ExecStart=/usr/bin/mythfronten<wbr>d</div><div><br></div><div> [Install]</div><div> WantedBy=graphical-session.tar<wbr>get </div><div><br></div></span><div>Then ran systemctl enable mythtv@:0.service<br></div><div><br></div><div>Rebooted and the frontend didn't start. did a journalctl -b | grep myth and it shows the backend starting up but not the frontend.</div></div></div></div></blockquote><div><br></div></span><div>I'm not sure if the service even fired off but I think you still want to keep "After=graphical-session.<wbr>target" as well...</div><div><br></div><div>As far as checking I would try:</div><div><br></div><div>systemctl status mythtv@:0.service</div><div><br></div><div>Thanks,</div><div>Richard </div></div></div></div>
<br><br><br></blockquote><div><br></div><div>Okay for completeness, this is the current frontend service file after your suggestion:</div><div><br></div><div><div> [Unit]</div><div> Description=the open source DVR, MythTV</div><div> After=mysql.service graphical-session.target</div><div> BindsTo=graphical-session.target</div><div><br></div><div> [Service]</div><div> Environment=DISPLAY=%i</div><div> ExecStart=/usr/bin/mythfrontend</div><div><br></div><div> [Install]</div><div> WantedBy=graphical-session.target</div></div><div><br></div><div><br></div><div>Frontend still did not start after boot.</div><div><br></div><div><div>ian@buster:~$ systemctl status mythtv@:0.service</div><div>â mythtv@:0.service - the open source DVR, MythTV</div><div> Loaded: loaded (/etc/systemd/system/mythtv@.service; enabled; vendor preset: enabled)</div><div> Active: inactive (dead)</div></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br></div></div>