Liangxu Linux
Liangxu Linux
Mar 29, 2025 · Operations

Mastering /etc/init.d Scripts: A Deep Dive into Embedded Linux Service Management

This guide explains the role of the /etc/init.d directory in embedded Linux, walks through common startup scripts such as rcS, rcK, and service-specific files, and provides detailed code examples and command‑line options to help developers understand, customize, and troubleshoot system initialization and shutdown processes.

LinuxService Managementembedded
0 likes · 19 min read
Mastering /etc/init.d Scripts: A Deep Dive into Embedded Linux Service Management
MaGe Linux Operations
MaGe Linux Operations
Dec 13, 2023 · Operations

Master Linux Startup: rc.local, init.d, and systemd Explained

This article explains three common Linux startup methods—traditional /etc/rc.local, legacy SysVinit scripts in /etc/init.d/, and the modern systemd unit system—detailing their roles, execution contexts, and how systemd has largely replaced older approaches.

Linuxinit scriptsinit.d
0 likes · 4 min read
Master Linux Startup: rc.local, init.d, and systemd Explained
Liangxu Linux
Liangxu Linux
Jan 4, 2020 · Operations

How to Manage Linux Boot Scripts: rc.local, init.d, chkconfig & More

This guide explains how Linux servers start services automatically, covering rc.local, init.d scripts, chkconfig configuration, run‑level settings, and login‑shell scripts, with step‑by‑step commands and examples for reliable boot‑time automation.

System Administrationboot scriptschkconfig
0 likes · 7 min read
How to Manage Linux Boot Scripts: rc.local, init.d, chkconfig & More