20.3.4 Automatic Execution by Run Level at Booting
20.3.4.1 Principles of Registering Init Script
After you have created an init script and saved it in “/etc/init.d”, you need to register it on the system so that it runs automatically according to the run level. If we systematically look into registering on the system, you can see that it is creating a link to the original script file. In other words, running the link will run the original script file.