Always use "resinctl console" instead of "resinctl start" (#3236)
I did this for one permutation of Gemin in commit
b67c6e04dba5b99da572ca28bfaeee093f75e3ea, but the same reasoning applies
everywhere, I think. "console" will result in the application's
standard output being captured in TFB's log files, whereas "start" will
result in no useful output at all.