0

I have some Python scripts, and I want them to be started at system startup. How can I do this? By startup apps? Do I need to export the script as an exe and then add it to the startup applications? What about the raspberry pi? Or another Linux?

(There are some posts about this, but none of them answer exactly my question)

asd ads
  • 9
  • 3

1 Answers1

1

As for the rpios, just add the command you want to run at startup to the file /etc/rc.local. It will be run on startup.