From 85b5930b7b3c2099f450438ab02260b41cb3bef3 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 17 May 2022 17:05:22 +0200 Subject: [PATCH] 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 --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index b0a9bec67d..a4577093d6 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. -- 2.25.1