<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Oct 5, 2017 at 1:27 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10/05/2017 01:08 PM, Alec Leamas wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
On 05/10/17 16:31, Darac Marjal wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yes. After mythbackend probably makes more sense than after mysql, as mythbackend probably won't come ready until it has access to the database.<br>
</blockquote>
<br>
As long as mythbackend don't have socket activation (or other systemd interfaces implemented) mythbackend might very well be started in the systemd sense without making a socket available.<br>
<br>
--alec<br>
</blockquote>
<br></span>
mythbackend --version output should help. Mine includes: using_systemd_notify.<br>
./configure would need to be run with the --disable-systemd_notify switch to<br>
turn it off.<br>
<br>
  #ifdef USING_SYSTEMD_NOTIFY<br>
      // Provide systemd ready notification (for type=notify units)<br>
      (void)sd_notify(0, "READY=1");<br>
  #endif<br>
<br>
Doesn't that 'count' as "other systemd interfaces implemented"?</blockquote><div><br></div><div>If that's the case then the only thing necessary would be to change the service type from "simple" or "forking" to "notify"</div><div><br></div><div>Thanks,</div><div>Richard </div></div></div></div>