]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: remove trailing space
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Tue, 17 May 2022 11:47:21 +0000 (13:47 +0200)
committerBenjamin Franzke <benjaminfranzke@googlemail.com>
Tue, 17 May 2022 19:13:19 +0000 (21:13 +0200)
docs/_includes/head.html
docs/index.md

index cccc8855181f23a5c519f92b960a841199d01626..62f2947bec78d423406a1f018bfbc10f70319256 100644 (file)
@@ -12,7 +12,7 @@
   <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
 
   <link rel="stylesheet" href="{{ "/style.css" | prepend: site.baseurl }}">
-  
+
   <link rel="icon" type="image/png" href="/favicon.png" />
   <link rel="icon" sizes="144x144" href="apple-touch-icon.png">
 </head>
index ff26bd3398a0080b055071f4503f3f69c6f23b99..b0a9bec67d2fdc04bf97678a779d4df4a96de241 100644 (file)
@@ -4,8 +4,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
 ---
 
 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. 
+
+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.
 
 Other parts include a logging daemon, utilities to control basic system configuration like the hostname, date, locale, maintain a list of logged-in users and running containers and virtual machines, system accounts, runtime directories and settings, and daemons to manage simple network configuration, network time synchronization, log forwarding, and name resolution.