<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Aug 30, 2016 at 6:31 PM, lin webber <span dir="ltr"><<a href="mailto:WebberLin@outlook.com" target="_blank">WebberLin@outlook.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="ZH-CN" link="blue" vlink="#954F72">
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-family:"Candara",sans-serif;color:black">hello:</span><span lang="EN-US" style="font-family:"Calibri",sans-serif;color:black"><br>
</span><span lang="EN-US" style="font-family:"Candara",sans-serif;color:black">        I have a question about systemd unit. I'm using ubuntu 16.04 whih lightdm display manager . I have a service that I want to start it completely before the lightdm service
 . it means that my service and lightdm is not parallel started .  how can i write my unit file ,and what to add in my service code ?</span></p></div></div></blockquote><div><br></div><div>Use a Type= that lets systemd know when your service has 'started', e.g. Type=forking, Type=notify, or Type=dbus.</div><div><br></div><div>e.g. for Type=notify make sure to call sd_notify(0, "READY=1") after startup.</div><div><br></div><div>Then add "Before=lightdm.service" to [Unit].</div></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mantas Mikulėnas <<a href="mailto:grawity@gmail.com" target="_blank">grawity@gmail.com</a>></div></div>
</div></div>