Skip to content

mox: use activity heartbeat as auto mode

Michal Vasilek requested to merge mox-fix-activity into master

Previously mode_args was missing from apply_args, so when using the auto mode, rainbow ran apply_activity activity and failed because of a missing argument:

%: /etc/init.d/rainbow start
/usr/bin/rainbow: Internal error: Unsupported activity arguments:

This fixes starting the service on mox for me, but apparently not for @mmatejek who reported this.

Merge request reports