systemd is a
software suite that provides an array of system components for
Linux
Linux ( or ) is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution, which i ...
operating systems. Its main aim is to unify service configuration and behavior across
Linux distribution
A Linux distribution (often abbreviated as distro) is an operating system made from a software collection that includes the Linux kernel and, often, a package management system. Linux users usually obtain their operating system by downloading one ...
s; Its primary component is a "system and service manager"—an
init system used to
bootstrap user space and manage
user processes. It also provides replacements for various
daemons and utilities, including device management, login management, network connection management, and event logging. The name ''systemd'' adheres to the
Unix convention of naming daemons by appending the letter ''d''. It also plays on the term "
System D", which refers to a person's ability to adapt quickly and improvise to solve problems.
Since 2015, the majority of Linux distributions have adopted systemd, having replaced other init systems such as
SysV init
In Unix-based computer operating systems, init (short for ''initialization'') is the first process started during booting of the computer system. Init is a daemon process that continues running until the system is shut down. It is the direct ...
. It has been praised by developers and users of distributions that adopted it for providing a stable, fast out-of-the-box solution for issues that had existed in the Linux space for years.
At the time of adoption of systemd on most Linux distributions, it was the only software suite that offered reliable
parallelism during boot as well as centralized management of
processes
A process is a series or set of activities that interact to produce a result; it may occur once-only or be recurrent or periodic.
Things called a process include:
Business and management
*Business process, activities that produce a specific se ...
, daemons, services and
mount points.
Critics of systemd contend that it suffers from
mission creep and
bloat; the latter affecting other software (such as the
GNOME desktop), adding dependencies on systemd, reducing its compatibility with other
Unix-like operating systems and making it difficult for sysadmins to integrate alternate solutions. Concerns have also been raised about
Red Hat
Red Hat, Inc. is an American software company that provides open source software products to enterprises. Founded in 1993, Red Hat has its corporate headquarters in Raleigh, North Carolina, with other offices worldwide.
Red Hat has become ...
and its parent company
IBM controlling the scene of init systems on Linux.
Critics also contend that the complexity of systemd results in a larger attack surface, reducing the overall security of the platform.
History
Lennart Poettering and
Kay Sievers, the
software engineers working for
Red Hat
Red Hat, Inc. is an American software company that provides open source software products to enterprises. Founded in 1993, Red Hat has its corporate headquarters in Raleigh, North Carolina, with other offices worldwide.
Red Hat has become ...
who initially developed systemd,
started a project to replace Linux's conventional System V init in 2010. An April 2010 blog post from Poettering, titled "Rethinking PID 1", introduced an experimental version of what would later become systemd. They sought to surpass the efficiency of the
init daemon in several ways. They wanted to improve the
software framework
In computer programming, a software framework is an abstraction in which software, providing generic functionality, can be selectively changed by additional user-written code, thus providing application-specific software. It provides a standard ...
for expressing dependencies, to allow more processing to be done
concurrently or in
parallel during system
booting, and to reduce the
computational overhead of the
shell.
In May 2011
Fedora Linux
Fedora Linux is a Linux distribution developed by the Fedora Project. Fedora contains software distributed under various free and open-source licenses and aims to be on the leading edge of open-source technologies. Fedora is the upstream (softwa ...
became the first major Linux distribution to enable systemd by default, replacing
Upstart. The reasoning at the time was that systemd provided extensive parallelization during startup, better management of processes and overall a saner, dependency-based approach to control of the system.
In October 2012,
Arch Linux made systemd the default, switching from
SysVinit
In Unix-based computer operating systems, init (short for ''initialization'') is the first process started during booting of the computer system. Init is a daemon process that continues running until the system is shut down. It is the direct ...
. Developers had debated since August 2012
and came to the conclusion that it was faster and had more features than SysVinit, and that maintaining the latter was not worth the effort in patches. Some of them thought that the criticism towards the implementation of systemd was not based on actual shortcomings of the software, rather the disliking of Lennart from a part of the Linux community and the general hesitation for change. Specifically, some of the complaints regarding systemd not being programmed in bash, it being bigger and more extensive than SysVinit, the use of
D-bus, and the optional on-disk format of the journal were regarded as advantages by programmers.
Between October 2013 and February 2014, a long debate among the Debian Technical Committee occurred on the
Debian mailing list,
discussing which init system to use as the default in Debian 8 "jessie", and culminating in a decision in favor of systemd. The debate was widely publicized
and in the wake of the decision the debate continues on the Debian mailing list. In February 2014, after Debian's decision was made,
Mark Shuttleworth announced on his blog that
Ubuntu would follow in implementing systemd, discarding its own
Upstart.
In November 2014 Debian Developer Joey Hess,
Debian Technical Committee members Russ Allbery
and
Ian Jackson,
and systemd package-maintainer Tollef Fog Heen
resigned from their positions. All four justified their decision on the public Debian mailing list and in personal blogs with their exposure to extraordinary stress-levels related to ongoing disputes on systemd integration within the Debian and
FOSS community that rendered regular maintenance virtually impossible.
In August 2015 systemd started providing a login shell, callable via .
In September 2016, a
security bug was discovered that allowed any unprivileged user to perform a denial-of-service attack against systemd. Rich Felker, developer of
musl, stated that this bug reveals a major "system development design flaw". In 2017 another security bug was discovered in systemd, , which "allows disruption of service" by a "malicious DNS server". Later in 2017, the
Pwnie Awards gave author Lennart Poettering a "lamest vendor response" award due to his handling of the vulnerabilities.
Design

Poettering describes systemd development as "never finished, never complete, but tracking progress of technology". In May 2014, Poettering further described systemd as unifying "pointless differences between distributions", by providing the following three general functions:
* A system and service manager (manages both the system, by applying various configurations, and its services)
* A
software platform (serves as a basis for developing other software)
* The glue between
applications and the
kernel (provides various interfaces that expose functionalities provided by the kernel)
Systemd includes features like on-demand starting of daemons, snapshot support, process tracking and Inhibitor Locks. It is not just the name of the init daemon but also refers to the entire software bundle around it, which, in addition to the init daemon, includes the daemons , and , and many other low-level components. In January 2013, Poettering described systemd not as one program, but rather a large software suite that includes 69 individual binaries.
As an integrated
software suite, systemd replaces the
startup sequences and
runlevel
A runlevel is a mode of operation in the computer operating systems that implements Unix System V-style initialization. Conventionally, seven runlevels exist, numbered from zero to six. ''S'' is sometimes used as a synonym for one of the levels. ...
s controlled by the traditional init daemon, along with the
shell script
A shell script is a computer program designed to be run by a Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manip ...
s executed under its control. systemd also integrates many other services that are common on Linux systems by handling user logins, the
system console, device hotplugging (see
udev), scheduled execution (replacing
cron), logging, hostnames and locales.
Like the init daemon, is a daemon that manages other daemons, which, including itself, are
background processes. is the first daemon to start during
booting and the last daemon to terminate during
shutdown. The daemon serves as the root of the user space's
process tree; the first process (
PID 1) has a special role on Unix systems, as it replaces the parent of a process when the original parent terminates. Therefore, the first process is particularly well suited for the purpose of monitoring daemons.
executes elements of its startup sequence in parallel, which is theoretically faster than the traditional startup sequence approach.
For
inter-process communication (IPC), makes
Unix domain sockets and
D-Bus available to the running daemons. The state of itself can also be preserved in a
snapshot for future recall.
Core components and libraries
Following its integrated approach, systemd also provides replacements for various daemons and utilities, including the startup shell scripts, pm-utils,
inetd, ,
syslog, watchdog,
cron and . systemd's core components include the following:
* is a system and service manager for Linux operating systems.
* is a command to introspect and control the state of the systemd system and service manager. Not to be confused with
sysctl.
* may be used to determine system boot-up performance statistics and retrieve other state and tracing information from the system and service manager.
tracks processes using the Linux kernel's
cgroups subsystem instead of using
process identifiers (PIDs); thus, daemons cannot "escape" , not even by double-
forking. not only uses cgroups, but also augments them with and , two utility programs that facilitate the creation and management of
Linux containers.
Since version 205, systemd also offers ControlGroupInterface, which is an API to the Linux kernel cgroups.
The Linux kernel cgroups are adapted to support
kernfs,
and are being modified to support a unified hierarchy.
Ancillary components
Beside its primary purpose of providing a Linux init system, the systemd suite can provide additional functionality, including the following components:

;
: is a daemon responsible for
event logging
Logging is the process of cutting, processing, and moving trees to a location for transport. It may include skidding, on-site processing, and loading of trees or logs onto trucks or skeleton cars.
Logging is the beginning of a supply cha ...
, with append-only
binary files serving as its
logfiles. The
system administrator may choose whether to log system events with , or . The potential for corruption of the binary format has led to much heated debate.
;
: is the standard library for utilizing udev, which allows third-party applications to query udev resources.
;
;
: is a daemon that manages user logins and seats in various ways. It is an integrated login manager that offers
multiseat improvements
and replaces ''ConsoleKit'', which is no longer maintained.
For
X11 display managers the switch to requires a minimal amount of porting.
It was integrated in systemd version 30.
;
: is a daemon to handle the configuration of the network interfaces; in version 209, when it was first integrated, support was limited to statically assigned addresses and basic support for
bridging configuration.
In July 2014, systemd version 215 was released, adding new features such as a
DHCP server for
IPv4 hosts, and
VXLAN support.
networkctl
may be used to review the state of the network links as seen by systemd-networkd. Configuration of new interfaces has to be added under the /lib/systemd/network/ as a new file ending with .network extension.
; : provides network name resolution to local applications
;
: is a boot manager, formerly known as
gummiboot. Kay Sievers merged it into systemd with rev 220.
;
: is a daemon that can be used to control time-related settings, such as the system time, system
time zone, or selection between
UTC and local time-zone system clock. It is accessible through D-Bus.
It was integrated in systemd version 30.
; : is a daemon that has been added for synchronizing the system clock across the network.
;
: is a utility that takes care of creation and clean-up of temporary files and directories. It is normally run once at startup and then in specified intervals.
;
:
udev is a device manager for the
Linux kernel
The Linux kernel is a free and open-source, monolithic, modular, multitasking, Unix-like operating system kernel. It was originally authored in 1991 by Linus Torvalds for his i386-based PC, and it was soon adopted as the kernel for the GNU ope ...
, which handles the directory and all
user space actions when adding/removing devices, including
firmware
In computing, firmware is a specific class of computer software that provides the low-level control for a device's specific hardware. Firmware, such as the BIOS of a personal computer, may contain basic functions of a device, and may provide ...
loading. In April 2012, the
source tree
In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the w ...
for udev was
merged
Mergers and acquisitions (M&A) are business transactions in which the ownership of companies, other business organizations, or their operating units are transferred to or consolidated with another company or business organization. As an aspect ...
into the systemd source tree.
In order to match the version number of udev, Systemd maintainers bumped the version number directly from 44 to 183.
: On 29 May 2014, support for firmware loading through udev was dropped from systemd, as it was decided that the kernel should be responsible for loading firmware.
Configuration of systemd

is configured exclusively via
plain
In geography, a plain is a flat expanse of land that generally does not change much in elevation, and is primarily treeless. Plains occur as lowlands along valleys or at the base of mountains, as coastal plains, and as plateaus or uplands. ...
-
text file
A text file (sometimes spelled textfile; an old alternative name is flatfile) is a kind of computer file that is structured as a sequence of lines of electronic text. A text file exists stored as data within a computer file system. In operat ...
s.
records initialization instructions for each daemon in a
configuration file
In computing, configuration files (commonly known simply as config files) are files used to configure the parameters and initial settings for some computer programs. They are used for user applications, server processes and operating system ...
(referred to as a "unit file") that uses a
declarative language
In computer science, declarative programming is a programming paradigm—a style of building the structure and elements of computer programs—that expresses the logic of a computation without describing its control flow.
Many languages that ap ...
, replacing the traditionally used per-daemon startup
shell script
A shell script is a computer program designed to be run by a Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manip ...
s. The syntax of the language is inspired by
files.
Unit-file types
include:
*
*
* (automatically initiated by systemd)
*
*
*
*
*
* (which can be used as a
cron-like
job scheduler
A job scheduler is a computer application for controlling unattended background program execution of jobs. This is commonly called batch scheduling, as execution of non-interactive jobs is often called batch processing, though traditional ''job' ...
)
*
* (used to group and manage processes and resources)
* (used to group worker processes, isn't intended to be configured via unit files)
Adoption
While many distributions boot systemd by default, some allow other init systems to be used; in this case switching the init system is possible by installing the appropriate packages. A
fork
In cutlery or kitchenware, a fork (from la, furca ' pitchfork') is a utensil, now usually made of metal, whose long handle terminates in a head that branches into several narrow and often slightly curved tines with which one can spear foods ...
of Debian called
Devuan was developed to avoid systemd and has reached version 4.0 for stable usage. In December 2019, the Debian project voted in favour of retaining systemd as the default init system for the distribution, but with support for "exploring alternatives".
Integration with other software
In the interest of enhancing the interoperability between systemd and the
GNOME desktop environment, systemd coauthor Lennart Poettering asked
the GNOME Project
GNOME Project is a community behind the GNOME desktop environment and the software platform upon which it is based. It consists of all the software developers, artists, writers, translators, other contributors, and active users of GNOME. It is n ...
to consider making systemd an external
dependency of GNOME 3.2.
In November 2012, the GNOME Project concluded that basic GNOME functionality should not rely on systemd.
However, GNOME 3.8 introduced a compile-time choice between the and ConsoleKit API, the former being provided at the time only by systemd. Ubuntu provided a separate binary but systemd became a ''de facto'' dependency of GNOME for most
Linux distribution
A Linux distribution (often abbreviated as distro) is an operating system made from a software collection that includes the Linux kernel and, often, a package management system. Linux users usually obtain their operating system by downloading one ...
s, in particular since ConsoleKit is no longer actively maintained and upstream recommends the use of instead.
The developers of
Gentoo Linux
Gentoo Linux (pronounced ) is a Linux distribution built using the Portage package management system. Unlike a binary software distribution, the source code is compiled locally according to the user's preferences and is often optimized for t ...
also attempted to adapt these changes in
OpenRC
OpenRC is a dependency-based init system for Unix-like computer operating systems. It was created by Roy Marples, a NetBSD developer who was also active in the Gentoo project. It became more broadly adopted as an init system outside of Gentoo f ...
, but the implementation contained too many bugs, causing the distribution to mark systemd as a dependency of GNOME.
GNOME has further integrated .
As of
Mutter version 3.13.2, is a dependency for
Wayland sessions.
Reception
The design of systemd has ignited controversy within the
free-software community
The free software movement is a social movement with the goal of obtaining and guaranteeing certain freedoms for software users, namely the freedoms to run the software, to study the software, to modify the software, and to share copies of the ...
. Critics regard systemd as overly complex and suffering from continued
feature creep
Feature creep is the excessive ongoing expansion or addition of new features in a product, especially in computer software, video games and consumer and business electronics. These extra features go beyond the basic function of the product and ...
, arguing that its architecture violates the
Unix philosophy
The Unix philosophy, originated by Ken Thompson, is a set of cultural norms and philosophical approaches to minimalist, modular software development. It is based on the experience of leading developers of the Unix operating system. Early Unix d ...
. There is also concern that it forms a system of interlocked dependencies, thereby giving distribution maintainers little choice but to adopt systemd as more user-space software comes to depend on its components, which is similar to the problems created by
PulseAudio
PulseAudio is a network-capable sound server program distributed via the freedesktop.org project. It runs mainly on Linux, various BSD distributions such as FreeBSD and OpenBSD, macOS, as well as Illumos distributions and the Solaris oper ...
, another project which was also developed by Lennart Poettering.
In a 2012 interview,
Slackware
Slackware is a Linux distribution created by Patrick Volkerding in 1993. Originally based on Softlanding Linux System, Slackware has been the basis for many other Linux distributions, most notably the first versions of SUSE Linux distributio ...
's lead
Patrick Volkerding expressed reservations about the systemd architecture, stating his belief that its design was contrary to the Unix philosophy of interconnected utilities with narrowly defined functionalities.
, Slackware does not support or use systemd, but Volkerding has not ruled out the possibility of switching to it.
In January 2013, Lennart Poettering attempted to address concerns about systemd in a blog post called ''The Biggest Myths''.
In February 2014,
musl's Rich Felker opined that PID 1 is too special to be saddled with additional responsibilities. PID 1 should only be responsible for starting the rest of the init system and reaping zombie processes. The additional functionality added by systemd can be provided elsewhere and unnecessarily increases the complexity and attack surface of PID 1.
In March 2014
Eric S. Raymond opined that systemd's design goals were prone to
mission creep and
software bloat
Software bloat is a process whereby successive versions of a computer program become perceptibly slower, use more memory, disk space or processing power, or have higher hardware requirements than the previous version, while making only dubious us ...
.
In April 2014,
Linus Torvalds
Linus Benedict Torvalds ( , ; born 28 December 1969) is a Finnish software engineer who is the creator and, historically, the lead developer of the Linux kernel, used by Linux distributions and other operating systems such as Android. He also ...
expressed reservations about the attitude of
Kay Sievers, a key systemd developer, toward users and bug reports in regard to modifications to the Linux kernel submitted by Sievers.
In late April 2014 a campaign to boycott systemd was launched, with a website listing various reasons against its adoption.
In an August 2014 article published in ''
InfoWorld
''InfoWorld'' (abbreviated IW) is an information technology media business. Founded in 1978, it began as a monthly magazine. In 2007, it transitioned to a web-only publication. Its parent company today is International Data Group, and its sister ...
'', Paul Venezia wrote about the systemd controversy and attributed the controversy to violation of the Unix philosophy, and to "enormous egos who firmly believe they can do no wrong".
The article also characterizes the architecture of systemd as similar to that of
svchost.exe
Svchost.exe (Service Host, or SvcHost) is a system process that can host from one or more Windows services in the Windows NT family of operating systems. Svchost is essential in the implementation of ''shared service processes'', where a number o ...
, a critical system component in
Microsoft Windows with a broad functional scope.
In a September 2014
ZDNet
ZDNET is a business technology news website owned and operated by Red Ventures.
The brand was founded on April 1, 1991, as a general interest technology portal from Ziff Davis and evolved into an enterprise IT-focused online publication.
H ...
interview, prominent Linux kernel developer
Theodore Ts'o
Theodore (Ted) Yue Tak Ts'o (曹子德) (born 1968) is an American software engineer mainly known for his contributions to the Linux kernel, in particular his contributions to file systems. He is the Secondary developer and maintainer of e2fspr ...
expressed his opinion that the dispute over systemd's centralized design philosophy, more than technical concerns, indicates a dangerous general trend toward uniformizing the Linux ecosystem, alienating and marginalizing parts of the open-source community, and leaving little room for alternative projects. He cited similarities with the attitude he found in the GNOME project toward non-standard configurations.
On social media, Ts'o also later compared the attitudes of Sievers and his co-developer, Lennart Poettering, to that of GNOME's developers.
Forks and alternative implementations
Forks of systemd are closely tied to critiques of it outlined in the above section. Forks generally try to improve on at least one of portability (to other libcs and Unix-like systems), modularity, or size. A few forks have collaborated under the FreeInit banner.
Fork of components
eudev
In 2012, the
Gentoo Linux
Gentoo Linux (pronounced ) is a Linux distribution built using the Portage package management system. Unlike a binary software distribution, the source code is compiled locally according to the user's preferences and is often optimized for t ...
project created a
fork
In cutlery or kitchenware, a fork (from la, furca ' pitchfork') is a utensil, now usually made of metal, whose long handle terminates in a head that branches into several narrow and often slightly curved tines with which one can spear foods ...
of
udev in order to avoid dependency on the systemd architecture. The resulting fork is called ''eudev'' and it makes udev functionality available without systemd.
A stated goal of the project is to keep eudev independent of any Linux distribution or init system.
In 2021, Gentoo announced that support of eudev would cease at the beginning of 2022. An independent group of maintainers have since taken up eudev.
elogind
Elogind is the systemd project's "logind", extracted out to be a standalone daemon. It integrates with PAM to know the set of users that are logged into a system and whether they are logged in graphically, on the console, or remotely. Elogind exposes this information via the standard org.freedesktop.login1
D-Bus interface, as well as through the file system using systemd's standard layout. Elogind also provides "libelogind", which is a subset of the facilities offered by "libsystemd". There is a "libelogind.pc"
pkg-config file as well.
consolekit2
ConsoleKit was forked in October 2014 by
Xfce developers wanting its features to still be maintained and available on operating systems other than Linux. While not ruling out the possibility of reviving the original repository in the long term, the main developer considers ConsoleKit2 a temporary necessity until systembsd matures.
Development ceased in December 2017 and the project may be defunct.
LoginKit
LoginKit was an attempt to implement a logind (systemd-logind)
shim, which would allow packages that depend on systemd-logind to work without dependency on a specific init system.
The project has been defunct since February 2015.
systembsd
In 2014, a
Google Summer of Code
The Google Summer of Code, often abbreviated to GSoC, is an international annual program in which Google awards stipends to contributors who successfully complete a free and open-source software coding project during the summer. , the program is ...
project named "systembsd" was started in order to provide alternative implementations of these APIs for
OpenBSD
OpenBSD is a security-focused operating system, security-focused, free and open-source, Unix-like operating system based on the Berkeley Software Distribution (BSD). Theo de Raadt created OpenBSD in 1995 by fork (software development), forking N ...
. The original project developer began it in order to ease his transition from Linux to OpenBSD.
Project development finished in July 2016.
The systembsd project did not provide an init replacement, but aimed to provide OpenBSD with compatible daemons for , , , and . The project did not create new systemd-like functionality, and was only meant to act as a wrapper over the native OpenBSD system. The developer aimed for systembsd to be installable as part of the
ports collection Ports collections (or ''ports trees'', or just ''ports'') are the sets of makefiles and patches provided by the BSD-based operating systems, FreeBSD, NetBSD, and OpenBSD, as a simple method of installing software or creating binary packages. They a ...
, not as part of a base system, stating that "systemd and *BSD differ fundamentally in terms of philosophy and development practices."
notsystemd
Notsystemd intends to implement all systemd's features working on any init system. It was forked by the
Parabola GNU/Linux-libre developers to build packages with their development tools without the necessity of having systemd installed to run systemd-nspawn.
Fork including init system
uselessd
In 2014, ''uselessd'' was created as a lightweight fork of systemd. The project sought to remove features and programs deemed unnecessary for an init system, as well as address other perceived faults.
Project development halted in January 2015.
uselessd supported the
musl and
µClibc libraries, so it may have been used on
embedded system
An embedded system is a computer system—a combination of a computer processor, computer memory, and input/output peripheral devices—that has a dedicated function within a larger mechanical or electronic system. It is ''embedded'' ...
s, whereas systemd only supports
glibc
The GNU C Library, commonly known as glibc, is the GNU Project's implementation of the C standard library. Despite its name, it now also directly supports C++ (and, indirectly, other programming languages). It was started in the 1980s by ...
. The uselessd project had planned further improvements on cross-platform compatibility, as well as architectural overhauls and refactoring for the Linux build in the future.
InitWare
InitWare is a modular refactor of systemd, porting the system to BSD platforms without glibc or Linux-specific system calls. It is known to work on DragonFly BSD, FreeBSD, NetBSD, and GNU/Linux. Components considered unnecessary are dropped.
See also
*
BusyBox
BusyBox is a software suite that provides several Unix utilities in a single executable file. It runs in a variety of POSIX environments such as Linux, Android, and FreeBSD, although many of the tools it provides are designed to work with int ...
*
launchd
launchd is an init and operating system service management daemon created by Apple Inc. as part of macOS to replace its BSD-style init and SystemStarter. There have been efforts to port launchd to FreeBSD and derived systems.
Components
...
*
Linux distributions without systemd
*
Operating system service management
*
readahead
*
runit
runit is an init and service management scheme for Unix-like operating systems that initializes, supervises, and ends processes throughout the operating system. Runit is a reimplementation of the daemontools process supervision toolkit that ...
*
Service Management Facility
*
GNU Daemon Shepherd
*
Upstart
*
svchost.exe
Svchost.exe (Service Host, or SvcHost) is a system process that can host from one or more Windows services in the Windows NT family of operating systems. Svchost is essential in the implementation of ''shared service processes'', where a number o ...
Notes
References
External links
*
*
Rethinking PID 1
{{Linux kernel
Freedesktop.org
Linux kernel-related software
Linux-only free software
Software that uses Meson
Unix process- and task-management-related software