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
This commit is contained in:
Benjamin Franzke 2022-05-17 17:05:22 +02:00
parent bd59f2bf92
commit 85b5930b7b

View file

@ -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.