add the command you want to run in
~/home/.profile
sudo nano .profile
To run a command in boot
you need to create a .sh file with the command you want to run and add a reference in /etc/rc.local
Example sh /selenium/selenium_service.sh
exit 0
You must be logged in to post a comment.