How to auto-initialised rules at boot?

i have created some rules using the rule engine. it works fine but the annoying thing is that every rule has to be initialised on every reboot of the openhab server. they have to be re-enabled. so is there any thing i can do with is problem

I’m not sure if I’m understanding the qustion here, but you can make a rule that is run upon openHAB start like this:

rule "initialize"
when
    System started
then
    Do stuff here...
end

no thats not what i want. i have the rules(that i have created using rule engine) to work when the system restarts.which it does not happen

notice the grey box (uninitialized)

Same problem here, I have to manually open each rule in turn, then they say “idle”

Did you ever find a solution for this, I am having the same issue