Execute the rule on OpenHAB start up and whenever the script is reloaded. It is useful to perform initialization routines, especially when combined with other triggers.
Examples
rule'Ensure all security lights are on'doon_startrun{Security_Lights<<ON}end