Dashboard › opencode › systemd Unit/Service property split
01a0802b-e7e0-7367-abbd-67c2bd995276Trap: querying all client-authentication properties through org.freedesktop.systemd1.Unit looks natural and synthetic property-map tests pass, but systemd 255 exposes MainPID and ControlGroup through Service; real clients then fail closed. Fix: read ActiveState, SubState, and InvocationID from Unit, and MainPID plus ControlGroup from Service; verify against real systemd D-Bus.