sysvinit
SysVinit, short for System V init, is an init system used by many Unix-like operating systems to bootstrap the user environment and manage daemons during boot, runtime, and shutdown. It implements the traditional System V Release 4 style initialization sequence and served as a common reference model for Linux and other Unixes before newer init systems emerged.
Its primary process runs as PID 1 and is responsible for starting and stopping services according to
SysVinit was the default init system on many Linux distributions during the 1990s and 2000s. Its simple,
Because of its long history, SysVinit remains a reference implementation for the traditional init behavior and