Mar 02, 2016

The following config will discuss a basic example on how to execute shell script during a boot time on systemd Linux. There maybe various reason why you might want to execute shell script during Linux startup like for example to start a particular custom service, check disk space, create a backup etc. Detailed introduction to Linux startup process | Develop Paper Detailed introduction to Linux startup process Start step 1 – load BIOS When you turn on the computer power, the computer will first load BIOS information, BIOS information is so important that the computer must find it at the very beginning. This is because BIOS contains information about CPU, device startup sequence, hard disk, memory, […] How to auto-start services on boot? Nov 05, 2003

Jan 14, 2019

Detailed introduction to Linux startup process Start step 1 – load BIOS When you turn on the computer power, the computer will first load BIOS information, BIOS information is so important that the computer must find it at the very beginning. This is because BIOS contains information about CPU, device startup sequence, hard disk, memory, […] How to auto-start services on boot? Nov 05, 2003

When Linux boots up, the first process that runs is called init. From there, init takes the task of starting up system processes.

How to Determine and Fix Boot Issues in Linux Feb 19, 2016 ubuntu - How to start node.js app on machine boot by