insserv
boot sequence organizer using LSB init.d script dependency information
Install
- All systems
-
curl cmd.cat/insserv.sh
- Debian
-
apt-get install insserv
- Ubuntu
-
apt-get install insserv
- Kali Linux
-
apt-get install insserv
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install insserv
- Raspbian
-
apt-get install insserv
- Dockerfile
- dockerfile.run/insserv
insserv
boot sequence organizer using LSB init.d script dependency information
The insserv program is used by the standard SysV-based init system. It updates the order of symlinks in /etc/rc?.d/ based on dependencies specified by LSB headers in the init.d scripts themselves. These declared relations between scripts make it possible to optimize the boot sequence for the currently installed set of packages, while detecting and rejecting dependency loops. Using insserv incorrectly can result in an unbootable system.