Hi folks, I have 2 service unist: first.service and second.service. I configured "After=first.service" in second.service. Both services are "Type=oneshot".
If I execute: # systemctl start first.service second.service The ordering dependency will work, i.e. second.service will start after first.service. However, if I execute: # systemctl start second.service first.service first.service and second.service will start at the same time. Is this behavior documented somewhere? Thanks! John Lin
_______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel