Ading the ability to perform the boot script as it is in linux for example rc.local
Very useful to define one device startup script that starts only once.
Not by adding to the schedule and describe the function globally.
Ading the ability to perform the boot script as it is in linux for example rc.local
Very useful to define one device startup script that starts only once.
Not by adding to the schedule and describe the function globally.
No, you cannot access rc.local
What is wrong with using scheduler to run at-startup? and then auto-delete itself?
What’s wrong with that?
No, you cannot access rc.local
What is wrong with using scheduler to run at-startup? and then auto-delete itself?
What’s wrong with that?
It is a hack with dirty workaround for a missing feature?
what’s wrong with scheduler’ ‘start-time=startup’?.. it will run once, as you want, right after reboot.