Config file loading order, any way to make items load first?

The temporary manual workaround that I’ve been using for quite some time now… :thinking:, is to add something like the following to the beginning of start.sh. And then move the rules back when everything has stabilized.

mv /opt/openhab2/conf/rules/*.rules /opt/openhab2/conf/rules/prestart
echo REMEMBER TO MOVE THE RULE FILES BACK!

Glad to see a PR for this… thank you!