[Unit] Description=Report CI VM IP to VMware host via guestinfo # Run after open-vm-tools so vmware-rpctool is available. # Do NOT add network-online.target — we want to run BEFORE the network stack # settles so static IP is applied before SSH/other services start. After=open-vm-tools.service Wants=open-vm-tools.service [Service] Type=oneshot ExecStart=/usr/local/bin/ci-report-ip.sh RemainAfterExit=yes TimeoutStartSec=120 [Install] WantedBy=multi-user.target