systemd

systemd

English

Overview

A boot and service-management system used by many Linux distributions.

Details

The init system standard across today's major distributions, notable for parallel startup and managing dependencies between units. Where the older SysVinit ran its startup scripts one after another, systemd starts units in parallel based on a dependency graph, cutting boot time as a result.

More Linux terms