]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: provide a first level headline for the frontpage
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Tue, 17 May 2022 15:05:22 +0000 (17:05 +0200)
committerBenjamin Franzke <benjaminfranzke@googlemail.com>
Tue, 17 May 2022 21:00:18 +0000 (23:00 +0200)
 * 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

index b0a9bec67d2fdc04bf97678a779d4df4a96de241..a4577093d6071679eb02be6656ac49128f449370 100644 (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.