Execute script on boot

ln -s /etc/init.d/<filename> /etc/rc3.d/S<XX><filename>

don’t forget to set the correct permissions on your script, i like 4755 for these types of scripts

Comments are closed.