Files
systemd/test
dongshengyuan 2a4750c3e1 run: reject JSON output in scope mode
Reproducer:
  sudo systemd-run --scope --json=short /bin/echo hi

Before, systemd-run printed JSON metadata to stdout and then executed
the scope command on the same stdout. The combined stream was not valid
JSON, so reject --json= in scope mode.

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