Files
systemd/test
dongshengyuan 3fa641d01f run: reject JSON output for trigger units
Reproducer:
  unit=run-json-trigger-$(date +%s)
  sudo systemd-run --json=short --unit="$unit" \
      --on-active=30s \
      /bin/true

Before, trigger mode accepted --json=short but printed only human-readable
"Running timer as unit" and "Will run service" lines. Reject the option
until trigger mode has structured output.

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