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