From: Benjamin Franzke Date: Tue, 17 May 2022 15:05:22 +0000 (+0200) Subject: docs: provide a first level headline for the frontpage X-Git-Tag: v251~14^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85b5930b7b3c2099f450438ab02260b41cb3bef3;p=thirdparty%2Fsystemd.git docs: provide a first level headline for the frontpage * Provides a nice introduction to the intro paragraph * Ensures text of subpages start at the same position as the intro text on the homepage => less visual "jumps" while navigating --- diff --git a/docs/index.md b/docs/index.md index b0a9bec67d2..a4577093d60 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,6 +3,8 @@ layout: default SPDX-License-Identifier: LGPL-2.1-or-later --- +# System and Service Manager + systemd is a suite of basic building blocks for a Linux system. It provides a system and service manager that runs as PID 1 and starts the rest of the system. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points, and implements an elaborate transactional dependency-based service control logic. systemd supports SysV and LSB init scripts and works as a replacement for sysvinit.