]> git.ipfire.org Git - thirdparty/systemd.git/blame - README
git: hide more files from git
[thirdparty/systemd.git] / README
CommitLineData
31cee6f6
LP
1systemd System and Session Manager
2
3DETAILS:
4 http://0pointer.de/blog/projects/systemd.html
5
6WEB SITE:
7 http://www.freedesktop.org/wiki/Software/systemd
8
9GIT:
10 git://anongit.freedesktop.org/systemd
11 ssh://git.freedesktop.org/git/systemd
12
13GITWEB:
14 http://cgit.freedesktop.org/systemd/
15
16MAILING LIST:
17 http://lists.freedesktop.org/mailman/listinfo/systemd-devel
18 http://lists.freedesktop.org/mailman/listinfo/systemd-commits
19
20IRC:
21 #systemd on irc.freenode.org
22
23BUG REPORTS:
24 https://bugs.freedesktop.org/enter_bug.cgi?product=systemd
25
26AUTHOR:
27 Lennart Poettering with major support from Kay Sievers
28
29REQUIREMENTS:
21bc923a 30 Linux kernel >= 2.6.30 (with devtmpfs, cgroups; optional but strongly recommended: autofs4, ipv6)
c1c8ca81
KS
31 libudev >= 163
32 dbus >= 1.4.0
3ede835a
LP
33 libcap
34 gtk+ >= 2.20 (optional)
35 PAM >= 1.1.2 (optional)
36 libcryptsetup (optional)
37 libaudit (optional)
38 libselinux (optional)
39 tcpwrappers (optional)
40 libnotify (optional)
41
42 When you build from git you need the following additional dependencies:
43
c1c8ca81 44 vala >= 0.10
3ede835a
LP
45 docbook-xsl
46 xsltproc
47 automake
48 autoconf
49 libtool
21bc923a 50 make, gcc, and similar tools
3ede835a
LP
51
52 During runtime you need the following dependencies:
53
c1c8ca81 54 util-linux > v2.18 (requires fsck -l, agetty -s)
21bc923a 55 sulogin (from sysvinit-tools, optional but recommended)
3ede835a
LP
56 plymouth (optional)
57 dracut (optional)
21bc923a 58
fff2e5b5
LP
59 When systemd-hostnamed is used it is strongly recommended to
60 install nss-myhostname to ensure that in a world of
61 dynamically changing hostnames the hostname stays resolveable
62 under all circumstances. In fact, systemd-hostnamed will warn
63 if nss-myhostname is not installed. Packagers are encouraged to
64 add a dependency on nss-myhostname to the package that
65 includes systemd-hostnamed.
66
21bc923a
LP
67WARNINGS:
68 systemd will warn you during boot if /etc/mtab is not a
69 symlink to /proc/mounts. Please ensure that /etc/mtab is a
70 proper symlink.
71
72 systemd will warn you during boot if /usr is on a different
73 file system than /. While in systemd itself very little will
ed1c99fc 74 break if /usr is on a separate partition many of its
21bc923a
LP
75 dependencies very likely will break sooner or later in one
76 form or another. For example udev rules tend to refer to
77 binaries in /usr, binaries that link to libraries in /usr or
78 binaries that refer to data files in /usr. Since these
79 breakages are not always directly visible systemd will warn
80 about this, since this kind of file system setup is not really
81 supported anymore by the basic set of Linux OS components.
fc7a744c 82
aa167132
LP
83 For more information on this issue consult
84 http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
85
fc7a744c
LP
86ENGINEERING AND CONSULTING SERVICES:
87 ProFUSION <http://profusion.mobi> offers professional
88 engineering and consulting services for systemd for embedded
89 and other use. Please contact Gustavo Barbieri
90 <barbieri@profusion.mobi> for more information.
91
92 Disclaimer: This notice is not a recommendation or official
93 endorsement. However, ProFUSION's upstream work has been very
94 beneficial for the systemd project.