Which Linux file lists all processes that are started at boot time?
Under the traditional SysV init system, /etc/inittab defines the runlevel actions that init uses during boot. It initiates the scripts and processes configured for the selected runlevel; /etc/init.d holds service scripts rather than being the boot-process listing itself.
/etc/inittab
init
/etc/init.d
Community Discussion