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