<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Feb 19, 2018 at 11:29 PM,  <span dir="ltr"><<a href="mailto:steve@goodey.org" target="_blank">steve@goodey.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div style="font-family:'Noto Sans';font-size:10pt;font-weight:400;font-style:normal">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Hello,</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Sorry if this question is a bit basic for a devel list, I tried asking it in a ubuntu forum but didn't get any views, let alone replies.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">I have a PC running Mythbuntu which has an LCD which I had a bit of a struggle getting going under systemd. However using Type=forking it is now working fine. However reading the man page for systemd.service is says that it is recommended to use PIDFile.</p></div></blockquote><div><br></div><div>It might be recommended in some cases (the more complex the daemon is), but useless in your case.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-family:'Noto Sans';font-size:10pt;font-weight:400;font-style:normal">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Removing the line PIDFile=/run/LCDd.pid in LCDd.service and all is good.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">I have tried creating LCDd.pid in /run with root:root but get the same. How is the pid file generated?</p></div></blockquote><div><br></div><div>It is created by your daemon process.</div><div><br></div><div>If your daemon does not support creating pidfiles, just don't use the PIDFile= option in the first place...</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-family:'Noto Sans';font-size:10pt;font-weight:400;font-style:normal"><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> Am I right in thinking that LCDd is so old that it hasn't been written with systemd in mind so does not support PIDFile?</p></div></blockquote><div><br></div><div>No; it's almost the opposite. Pidfiles have been in use for several decades with sysvinit (they were one of the primary methods of service identification), but became practically optional with systemd's cgroup-based tracking.</div></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div>
</div></div>