<div dir="ltr"><div><br></div> Hello. <div><br></div><div> As I'm a starter in systemd, I want to ask you a fundamental question. </div><div><br></div><div> That is how to understand existing relation from dependent and starting perspective.</div>
<div><br></div><div> If you check a image file I attached, it' more clear.</div><div><br></div><div> Actually, I have studied systemd structure to add my processes in systemd structure.</div><div><br></div><div> Although I have read many manpage whicn is on <a href="http://freedesktop.org">freedesktop.org</a>,  I thought that I might not yet understand dependency and boot sequence among units after comparing results from systemd-analyze plot and dot tool. </div>
<div><br></div><div> So, I want to get clear conception of dependency and boot sequence.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div> When I first read a manpage which explains [Unit] option, I find a "Wants=".</div>
<div><br></div><div> For example, I make a "A.service" which has an "Want = B.service".</div><div><br></div><div> If A.service is started by systemd, I think that B.service will be started after A.service is totally completed.</div>
<div>( Is it right to use a words "totally completed to explain execution of A.sevice? </div><div>  And I'm confused words which explain some parts of "Wants=", I couldn't understand the expression "start-up". </div>
<div> Does it mean that a unit listed in "Want=" option will be started after the configuring unit is finished? )</div><div><br></div><div> if so, I think this relationship like below</div><div><br></div><div>1. B.service is a dependency of A.service.</div>
<div>2. A.service is started before B.service is started in sequential perspective of boot sequence among units.</div><div>3. if B.service is in A.service.want folder, a implicit dependency is made between A.service and B.service( result will be same as No.1)</div>
<div><br></div><div><br></div><div>In my view, this is a critical time to develop the knowledge of systemd.</div><div><br></div><div>I wait someone who explains those things more definite than before.</div><div><br></div>
<div>Thanks</div><div><br></div><div><br></div><div>Tony Seo</div><div><br></div></div>