<div dir="ltr">Hi folks,<div><br></div><div>I have 2 service unist: first.service and second.service. I configured "After=first.service" in second.service. Both services are "Type=oneshot".</div><div><br></div><div>If I execute:</div><div><br></div><div># systemctl start first.service second.service</div><div><br></div><div>The ordering dependency will work, i.e. second.service will start after first.service.</div><div><br></div><div>However, if I execute:</div><div><br></div><div># systemctl start second.service first.service</div><div><br></div><div>first.service and second.service will start at the same time.</div><div><br></div><div>Is this behavior documented somewhere? Thanks!</div><div><br></div><div>John Lin</div></div>