Add script to start at boot

cp  script.sh  /etc/init.d/.
chmod 755 /etc/init.d/script.sh
vi /etc/rc.local
# add in file
/etc/init.d/script.sh

← Back to the blog