How to run python script on boot?

Dear Community I was looking “PLCnext is setup, python is control system” then I found perfect example on “GitHub - AlexanderSkachkov/pyPLCn · GitHub” It works well, but anyone know how to run python script on boot sequence? thank you Best regard Jinho Jung

Hello, starting a python at boot can be achieved using init.d Something similar to this https://www.plcnext-community.net/en/hn-makers-blog/379-how-to-start-node-red-automatically-on-boot-using-init-d.html Please have a look at init.d scripts and how to set them up. Take care not to block the boot process or the FW while starting your scripts.