Boot Linux faster
Sep 24, 2003 — by LinuxDevices Staff — from the LinuxDevices Archive — viewsA free article published on IBM's DeveloperWorks Web site by IBM software engineer James Hunt presents a technique for starting some system services in parallel to speed up boot time.
The article begins with a great explanation of the system of startup scripts used on most Linux systems, along with brief tutorials on the use of the chkconfig and service utilities for startup script management. It then describes how to re-purpose the make utility for managing dependencies between system services, and use make's -j flag for starting services in parallel when possible while still respecting those dependencies.
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.