systemd

Back to Linux Internals

The default init system and service manager for most modern Linux distributions. Manages the boot process, service lifecycle, logging (journald), and system resources using unit files. Provides dependency management, socket activation, and cgroup-based resource control for services.

Key Properties

  • cgroups (systemd uses cgroups to manage service resources)
  • Signals (systemd sends signals to manage service lifecycle)

operating-systems linux