Files
systemd/test
dongshengyuan d8f86dff81 run: honor --no-block for trigger units
Reproducer:
  unit=run-nb-trigger-$(date +%s)
  systemd-run --no-block --collect --unit="$unit" \
      --socket-property=ListenStream=/proc/systemd-run-repro/socket \
      /usr/bin/true
  echo $?

Before, systemd-run still waited for the trigger unit job and
propagated the socket start failure. With --no-block it should only
verify and enqueue the request, as the service path already does.

Follow-up for 3d161f991e
2026-07-14 12:03:22 +08:00
..
2026-07-10 16:35:19 +09:00