This repository was archived by the owner on Oct 29, 2025. It is now read-only.
slicer69/insserv
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# README for insserv ## The insserv repository has moved to Codeberg: https://codeberg.org/thejessesmith/insserv insserv is a boot sequence organizer using LSB init.d script dependency information. It is typically used alongside the SysV init software. Compiling insserv can be built with most modern compilers, including GCC and Clang. One of the software's few dependencies is the D-bus devlopment libraries. The D-bus packages are called libdbus-dev under Debian/Ubuntu. For example, libdbus-1-dev on Debian. Installing To build insserv, run the command "make" in the top level of the source directory. To install the innserv software, run "sudo make install". This will perform some checks and then copy the software into place.