1

I came across several answers, which will not work. I mean this is not a hard requirement, right? It should be straightforward and answered straightforward.

David
  • 254

1 Answers1

1

I guess the best way is to use cron.
On your terminal, run crontab -e and add the following line:

@reboot <your_command>

The @reboot jobs will run when the cron daemon starts.

For more details, check this link

singrium
  • 7,320