Eu observei o seguinte no ISO da instalação do Archlinux:
Existe uma definição de destino do systemd em
/usr/lib/systemd/system/network-online.targetcontendo:
[Unit]
Description=Network is Online
Documentation=man:systemd.special(7)
Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
After=network.target
Agora, quando inicializo o ISO no QEMU e chamo journalctl, vejo:
[...]
Aug 26 14:13:05 archiso systemd[1]: Reached target Network is Online.
[...]
Aug 26 14:13:56 archiso systemd[1]: Reached target Network.
[...]
Como isso pode acontecer? Eu acreditava que o
After=network.targetgarantiria que o destino "Rede está on-line" seja alcançado após "Rede".
Tags systemd arch-linux