Skip to content

[systemd] Fix start-condition helper

Gabriel Souza Franco requested to merge work/gbs/start-condition into master

Systemd passes the condition as --condition <cond>, not as a positional argument.

Also switch around return codes, 255 is special-cased to mean that the unit has failed.

Merge request reports