]> git.ipfire.org Git - thirdparty/systemd.git/blame - docs/index.md
docs: remove trailing space
[thirdparty/systemd.git] / docs / index.md
CommitLineData
c3e270f4 1---
b41a3f66 2layout: default
0aff7b75 3SPDX-License-Identifier: LGPL-2.1-or-later
c3e270f4
FB
4---
5
b41a3f66 6systemd 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.
55813558
BF
7
8systemd 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.
b41a3f66
TB
9
10Other 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.
11
b41a3f66 12---
0bc7a22d 13
5d3f5e40
LP
14{% assign by_category = site.pages | group_by:"category" %}
15{% assign extra_pages = site.data.extra_pages | group_by:"category" %}
16{% assign merged = by_category | concat: extra_pages | sort:"name" %}
17
18{% for pair in merged %}
19 {% if pair.name != "" %}
20## {{ pair.name }}
21{% assign sorted = pair.items | sort:"title" %}{% for page in sorted %}
22* [{{ page.title }}]({{ page.url | relative_url }}){% endfor %}
357211a4
FB
23 {% endif %}
24{% endfor %}
b41a3f66 25
4e96d758
ZJS
26## See also
27
28* [Introductory blog story](http://0pointer.de/blog/projects/systemd.html)
29* [Three](http://0pointer.de/blog/projects/systemd-update.html) [status](http://0pointer.de/blog/projects/systemd-update-2.html) [updates](http://0pointer.de/blog/projects/systemd-update-3.html)
b6bcde26 30* The [Wikipedia article](https://en.wikipedia.org/wiki/systemd)
6af0a044 31
b6bcde26
ZJS
32---
33
65e2766f 34<pre style="color:white; background-color:black; font-size:smaller; padding:6pt 8pt">
6af0a044
ZJS
35Welcome to <span style="color:blue">Fedora 20 (Heisenbug)</span>!
36
37[ <span style="color:green">OK</span> ] Reached target Remote File Systems.
38[ <span style="color:green">OK</span> ] Listening on Delayed Shutdown Socket.
39[ <span style="color:green">OK</span> ] Listening on /dev/initctl Compatibility Named Pipe.
40[ <span style="color:green">OK</span> ] Reached target Paths.
41[ <span style="color:green">OK</span> ] Reached target Encrypted Volumes.
42[ <span style="color:green">OK</span> ] Listening on Journal Socket.
43 Mounting Huge Pages File System...
44 Mounting POSIX Message Queue File System...
45 Mounting Debug File System...
46 Starting Journal Service...
47[ <span style="color:green">OK</span> ] Started Journal Service.
48 Mounting Configuration File System...
49 Mounting FUSE Control File System...
50[ <span style="color:green">OK</span> ] Created slice Root Slice.
51[ <span style="color:green">OK</span> ] Created slice User and Session Slice.
52[ <span style="color:green">OK</span> ] Created slice System Slice.
53[ <span style="color:green">OK</span> ] Reached target Slices.
54[ <span style="color:green">OK</span> ] Reached target Swap.
55 Mounting Temporary Directory...
56[ <span style="color:green">OK</span> ] Reached target Local File Systems (Pre).
57 Starting Load Random Seed...
58 Starting Load/Save Random Seed...
59[ <span style="color:green">OK</span> ] Mounted Huge Pages File System.
60[ <span style="color:green">OK</span> ] Mounted POSIX Message Queue File System.
61[ <span style="color:green">OK</span> ] Mounted Debug File System.
62[ <span style="color:green">OK</span> ] Mounted Configuration File System.
63[ <span style="color:green">OK</span> ] Mounted FUSE Control File System.
64[ <span style="color:green">OK</span> ] Mounted Temporary Directory.
65[ <span style="color:green">OK</span> ] Started Load Random Seed.
66[ <span style="color:green">OK</span> ] Started Load/Save Random Seed.
67[ <span style="color:green">OK</span> ] Reached target Local File Systems.
68 Starting Recreate Volatile Files and Directories...
69 Starting Trigger Flushing of Journal to Persistent Storage...
70[ <span style="color:green">OK</span> ] Started Recreate Volatile Files and Directories.
2e32d390 71 Starting Record System Reboot/Shutdown in UTMP...
6af0a044 72[ <span style="color:green">OK</span> ] Started Trigger Flushing of Journal to Persistent Storage.
2e32d390 73[ <span style="color:green">OK</span> ] Started Record System Reboot/Shutdown in UTMP.
6af0a044
ZJS
74[ <span style="color:green">OK</span> ] Reached target System Initialization.
75[ <span style="color:green">OK</span> ] Reached target Timers.
76[ <span style="color:green">OK</span> ] Listening on D-Bus System Message Bus Socket.
77[ <span style="color:green">OK</span> ] Reached target Sockets.
78[ <span style="color:green">OK</span> ] Reached target Basic System.
79 Starting Permit User Sessions...
80 Starting D-Bus System Message Bus...
81[ <span style="color:green">OK</span> ] Started D-Bus System Message Bus.
82 Starting Login Service...
83 Starting Cleanup of Temporary Directories...
84[ <span style="color:green">OK</span> ] Started Permit User Sessions.
85[ <span style="color:green">OK</span> ] Started Cleanup of Temporary Directories.
86 Starting Console Getty...
87[ <span style="color:green">OK</span> ] Started Console Getty.
88[ <span style="color:green">OK</span> ] Reached target Login Prompts.
89[ <span style="color:green">OK</span> ] Started Login Service.
90[ <span style="color:green">OK</span> ] Reached target Multi-User System.
91
92Fedora release 20 (Heisenbug)
93Kernel 3.9.2-200.fc18.x86_64 on an x86_64 (console)
94
95fedora login:
96</pre>