Rule to execute a command on OR startup

Hi
Looking for ideas on how I can write a rule that will execute only once when Openremote controller starts.

The RHS will be a shell command.

Thanks

Just omit the LHS, e.g.

rule "run at init"
then
   do whatever you want
end

Thanks! Seems a lot easier than I thought it would :slight_smile: