<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="m_1524625341417402139gmail-HOEnZb"><div class="m_1524625341417402139gmail-h5"><br></div></div></blockquote></div></div><div>Created the file with:</div><span class=""><div><br></div><div>        [Unit]</div><div>        Description=the open source DVR, MythTV</div></span><span class=""><div>        After=mysql.service</div><div>        BindsTo=graphical-session.<wbr>target</div><div><br></div><div>        [Service]</div><div>        Environment=DISPLAY=%i</div><div>        ExecStart=/usr/bin/<wbr>mythfrontend</div><div><br></div><div>        [Install]</div><div>        WantedBy=graphical-session.<wbr>target </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><div>I'm not sure if the service even fired off but I think you still want to keep "After=graphical-session.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>