summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 13:47:21 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 21:13:19 +0200
commit55813558cd438ad2a7a2439dcf53591b5715a1bb (patch)
tree6b3695c280432f52049930de9600d592eb73c7ce /docs
parentadd4a110f7418e913c211e012a23d733375198c6 (diff)
downloadsystemd-55813558cd438ad2a7a2439dcf53591b5715a1bb.tar.gz
docs: remove trailing space
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/head.html2
-rw-r--r--docs/index.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/_includes/head.html b/docs/_includes/head.html
index cccc885518..62f2947bec 100644
--- a/docs/_includes/head.html
+++ b/docs/_includes/head.html
@@ -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>
diff --git a/docs/index.md b/docs/index.md
index ff26bd3398..b0a9bec67d 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -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.