In 'man systemd.service', the description of ExecCondition= states:when an ExecCondition= command exits with exit code 1 through 254 (inclusive), the remaining commands are skipped and the unit is not marked as failed
What exactly does 'the remaining commands' mean? Other commands from subsequent ExecCondition= statements, or any subsequent ExecStartPre= lines? Or ExecStart= commands, too?