2012-01-25 01:20:38 +00:00
|
|
|
systemd System and Service Manager
|
2010-05-13 01:30:21 +00:00
|
|
|
|
|
|
|
DETAILS:
|
|
|
|
http://0pointer.de/blog/projects/systemd.html
|
|
|
|
|
|
|
|
WEB SITE:
|
2017-02-21 14:56:04 +00:00
|
|
|
https://www.freedesktop.org/wiki/Software/systemd
|
2010-05-13 01:30:21 +00:00
|
|
|
|
|
|
|
GIT:
|
2015-06-02 22:57:50 +00:00
|
|
|
git@github.com:systemd/systemd.git
|
|
|
|
https://github.com/systemd/systemd
|
2010-05-13 01:30:21 +00:00
|
|
|
|
|
|
|
MAILING LIST:
|
2017-02-21 14:56:04 +00:00
|
|
|
https://lists.freedesktop.org/mailman/listinfo/systemd-devel
|
2010-05-13 01:30:21 +00:00
|
|
|
|
|
|
|
IRC:
|
|
|
|
#systemd on irc.freenode.org
|
|
|
|
|
|
|
|
BUG REPORTS:
|
2015-06-02 22:57:50 +00:00
|
|
|
https://github.com/systemd/systemd/issues
|
2010-05-13 01:30:21 +00:00
|
|
|
|
|
|
|
AUTHOR:
|
2012-04-11 22:20:58 +00:00
|
|
|
Lennart Poettering
|
|
|
|
Kay Sievers
|
|
|
|
...and many others
|
2010-05-13 01:30:21 +00:00
|
|
|
|
2011-07-14 21:53:53 +00:00
|
|
|
LICENSE:
|
2012-04-11 22:20:58 +00:00
|
|
|
LGPLv2.1+ for all code
|
2015-06-09 12:27:33 +00:00
|
|
|
- except src/basic/MurmurHash2.c which is Public Domain
|
|
|
|
- except src/basic/siphash24.c which is CC0 Public Domain
|
2013-08-14 20:58:21 +00:00
|
|
|
- except src/journal/lookup3.c which is Public Domain
|
|
|
|
- except src/udev/* which is (currently still) GPLv2, GPLv2+
|
2011-07-14 21:53:53 +00:00
|
|
|
|
2010-05-13 01:30:21 +00:00
|
|
|
REQUIREMENTS:
|
2017-03-02 18:11:37 +00:00
|
|
|
Linux kernel >= 3.13
|
2015-09-06 13:58:20 +00:00
|
|
|
Linux kernel >= 4.2 for unified cgroup hierarchy support
|
2014-03-22 17:27:35 +00:00
|
|
|
|
|
|
|
Kernel Config Options:
|
2013-03-06 18:36:39 +00:00
|
|
|
CONFIG_DEVTMPFS
|
2014-05-03 17:15:23 +00:00
|
|
|
CONFIG_CGROUPS (it is OK to disable all controllers)
|
2013-03-06 18:36:39 +00:00
|
|
|
CONFIG_INOTIFY_USER
|
|
|
|
CONFIG_SIGNALFD
|
|
|
|
CONFIG_TIMERFD
|
|
|
|
CONFIG_EPOLL
|
2013-03-06 18:51:52 +00:00
|
|
|
CONFIG_NET
|
2013-03-06 18:36:39 +00:00
|
|
|
CONFIG_SYSFS
|
2013-12-09 15:04:06 +00:00
|
|
|
CONFIG_PROC_FS
|
2014-02-15 16:21:49 +00:00
|
|
|
CONFIG_FHANDLE (libudev, mount and bind mount handling)
|
2013-03-06 18:36:39 +00:00
|
|
|
|
2017-02-26 03:42:27 +00:00
|
|
|
Kernel crypto/hash API
|
|
|
|
CONFIG_CRYPTO_USER_API_HASH
|
|
|
|
CONFIG_CRYPTO_HMAC
|
|
|
|
CONFIG_CRYPTO_SHA256
|
|
|
|
|
2014-08-30 09:34:20 +00:00
|
|
|
udev will fail to work with the legacy sysfs layout:
|
2013-03-06 19:01:45 +00:00
|
|
|
CONFIG_SYSFS_DEPRECATED=n
|
2013-03-06 18:36:39 +00:00
|
|
|
|
|
|
|
Legacy hotplug slows down the system and confuses udev:
|
|
|
|
CONFIG_UEVENT_HELPER_PATH=""
|
|
|
|
|
2014-08-30 09:34:20 +00:00
|
|
|
Userspace firmware loading is not supported and should
|
|
|
|
be disabled in the kernel:
|
2013-03-06 18:36:39 +00:00
|
|
|
CONFIG_FW_LOADER_USER_HELPER=n
|
|
|
|
|
|
|
|
Some udev rules and virtualization detection relies on it:
|
|
|
|
CONFIG_DMIID
|
|
|
|
|
2013-09-15 05:29:25 +00:00
|
|
|
Support for some SCSI devices serial number retrieval, to
|
|
|
|
create additional symlinks in /dev/disk/ and /dev/tape:
|
|
|
|
CONFIG_BLK_DEV_BSG
|
|
|
|
|
2018-01-15 16:55:11 +00:00
|
|
|
Required for PrivateNetwork= in service units:
|
2014-03-31 18:28:23 +00:00
|
|
|
CONFIG_NET_NS
|
2014-12-30 14:57:01 +00:00
|
|
|
Note that systemd-localed.service and other systemd units use
|
2018-01-15 16:55:11 +00:00
|
|
|
PrivateNetwork so this is effectively required.
|
2014-03-31 18:28:23 +00:00
|
|
|
|
2017-02-06 20:13:21 +00:00
|
|
|
Required for PrivateUsers= in service units:
|
2017-01-24 02:18:07 +00:00
|
|
|
CONFIG_USER_NS
|
|
|
|
|
2013-03-06 18:36:39 +00:00
|
|
|
Optional but strongly recommended:
|
|
|
|
CONFIG_IPV6
|
|
|
|
CONFIG_AUTOFS4_FS
|
|
|
|
CONFIG_TMPFS_XATTR
|
2018-01-04 07:53:44 +00:00
|
|
|
CONFIG_{TMPFS,EXT4_FS,XFS,BTRFS_FS,...}_POSIX_ACL
|
2013-03-06 19:01:45 +00:00
|
|
|
CONFIG_SECCOMP
|
2016-09-05 22:16:13 +00:00
|
|
|
CONFIG_SECCOMP_FILTER (required for seccomp support)
|
2015-05-18 14:35:24 +00:00
|
|
|
CONFIG_CHECKPOINT_RESTORE (for the kcmp() syscall)
|
2013-03-06 18:36:39 +00:00
|
|
|
|
2015-07-11 17:18:35 +00:00
|
|
|
Required for CPUShares= in resource control unit settings
|
2014-06-10 21:29:30 +00:00
|
|
|
CONFIG_CGROUP_SCHED
|
|
|
|
CONFIG_FAIR_GROUP_SCHED
|
|
|
|
|
2015-07-11 17:18:35 +00:00
|
|
|
Required for CPUQuota= in resource control unit settings
|
2014-11-18 15:13:43 +00:00
|
|
|
CONFIG_CFS_BANDWIDTH
|
|
|
|
|
2017-11-21 22:54:20 +00:00
|
|
|
Required for IPAddressDeny= and IPAddressAllow= in resource control
|
|
|
|
unit settings
|
|
|
|
CONFIG_CGROUP_BPF
|
|
|
|
|
2013-03-06 19:01:45 +00:00
|
|
|
For UEFI systems:
|
2014-03-22 00:41:12 +00:00
|
|
|
CONFIG_EFIVAR_FS
|
2013-03-06 19:01:45 +00:00
|
|
|
CONFIG_EFI_PARTITION
|
|
|
|
|
2015-07-11 17:18:35 +00:00
|
|
|
We recommend to turn off Real-Time group scheduling in the
|
|
|
|
kernel when using systemd. RT group scheduling effectively
|
|
|
|
makes RT scheduling unavailable for most userspace, since it
|
|
|
|
requires explicit assignment of RT budgets to each unit whose
|
|
|
|
processes making use of RT. As there's no sensible way to
|
|
|
|
assign these budgets automatically this cannot really be
|
|
|
|
fixed, and it's best to disable group scheduling hence.
|
|
|
|
CONFIG_RT_GROUP_SCHED=n
|
|
|
|
|
2017-07-24 09:28:04 +00:00
|
|
|
It's a good idea to disable the implicit creation of networking bonding
|
|
|
|
devices by the kernel networking bonding module, so that the
|
|
|
|
automatically created "bond0" interface doesn't conflict with any such
|
2017-08-02 12:41:18 +00:00
|
|
|
device created by systemd-networkd (or other tools). Ideally there
|
|
|
|
would be a kernel compile-time option for this, but there currently
|
|
|
|
isn't. The next best thing is to make this change through a modprobe.d
|
|
|
|
drop-in. This is shipped by default, see modprobe.d/systemd.conf.
|
2017-07-24 09:28:04 +00:00
|
|
|
|
2018-01-15 16:55:11 +00:00
|
|
|
Required for systemd-nspawn:
|
|
|
|
CONFIG_DEVPTS_MULTIPLE_INSTANCES or Linux kernel >= 4.7
|
|
|
|
|
2013-05-09 22:14:12 +00:00
|
|
|
Note that kernel auditing is broken when used with systemd's
|
|
|
|
container code. When using systemd in conjunction with
|
2013-10-21 23:50:48 +00:00
|
|
|
containers, please make sure to either turn off auditing at
|
2013-05-09 22:14:12 +00:00
|
|
|
runtime using the kernel command line option "audit=0", or
|
|
|
|
turn it off at kernel compile time using:
|
|
|
|
CONFIG_AUDIT=n
|
2014-03-11 04:40:36 +00:00
|
|
|
If systemd is compiled with libseccomp support on
|
|
|
|
architectures which do not use socketcall() and where seccomp
|
|
|
|
is supported (this effectively means x86-64 and ARM, but
|
2014-05-03 17:15:24 +00:00
|
|
|
excludes 32-bit x86!), then nspawn will now install a
|
2014-03-11 04:40:36 +00:00
|
|
|
work-around seccomp filter that makes containers boot even
|
|
|
|
with audit being enabled. This works correctly only on kernels
|
|
|
|
3.14 and newer though. TL;DR: turn audit off, still.
|
2013-05-09 22:14:12 +00:00
|
|
|
|
2015-04-10 17:39:17 +00:00
|
|
|
glibc >= 2.16
|
2011-02-16 18:09:11 +00:00
|
|
|
libcap
|
2017-09-15 12:47:57 +00:00
|
|
|
libmount >= 2.30 (from util-linux)
|
|
|
|
(util-linux *must* be built without --enable-libmount-support-mtab)
|
2016-10-05 11:58:55 +00:00
|
|
|
libseccomp >= 2.3.1 (optional)
|
2014-12-13 00:56:56 +00:00
|
|
|
libblkid >= 2.24 (from util-linux) (optional)
|
2013-10-17 17:49:19 +00:00
|
|
|
libkmod >= 15 (optional)
|
2011-02-16 18:09:11 +00:00
|
|
|
PAM >= 1.1.2 (optional)
|
|
|
|
libcryptsetup (optional)
|
|
|
|
libaudit (optional)
|
2011-07-12 11:57:48 +00:00
|
|
|
libacl (optional)
|
2011-02-16 18:09:11 +00:00
|
|
|
libselinux (optional)
|
2011-07-12 11:57:48 +00:00
|
|
|
liblzma (optional)
|
2014-07-07 22:29:19 +00:00
|
|
|
liblz4 >= 119 (optional)
|
2012-09-27 22:46:32 +00:00
|
|
|
libgcrypt (optional)
|
|
|
|
libqrencode (optional)
|
|
|
|
libmicrohttpd (optional)
|
2012-11-22 14:30:50 +00:00
|
|
|
libpython (optional)
|
2017-05-10 01:56:34 +00:00
|
|
|
libidn2 or libidn (optional)
|
2014-06-23 10:42:17 +00:00
|
|
|
elfutils >= 158 (optional)
|
2017-11-13 20:54:45 +00:00
|
|
|
polkit (optional)
|
2017-07-03 00:21:34 +00:00
|
|
|
pkg-config
|
2017-08-05 22:30:37 +00:00
|
|
|
gperf
|
2017-07-03 00:21:34 +00:00
|
|
|
docbook-xsl (optional, required for documentation)
|
|
|
|
xsltproc (optional, required for documentation)
|
|
|
|
python-lxml (optional, required to build the indices)
|
2018-05-10 05:54:21 +00:00
|
|
|
python >= 3.4, meson >= 0.44, ninja
|
2017-07-03 00:21:34 +00:00
|
|
|
gcc, awk, sed, grep, m4, and similar tools
|
2012-11-22 14:30:50 +00:00
|
|
|
|
2013-10-21 23:50:48 +00:00
|
|
|
During runtime, you need the following additional
|
|
|
|
dependencies:
|
2012-11-22 14:30:50 +00:00
|
|
|
|
2015-11-02 16:05:20 +00:00
|
|
|
util-linux >= v2.27.1 required
|
2016-12-20 09:53:53 +00:00
|
|
|
dbus >= 1.4.0 (strictly speaking optional, but recommended)
|
|
|
|
NOTE: If using dbus < 1.9.18, you should override the default
|
|
|
|
policy directory (--with-dbuspolicydir=/etc/dbus-1/system.d).
|
2012-11-22 14:30:50 +00:00
|
|
|
dracut (optional)
|
2013-02-13 21:56:43 +00:00
|
|
|
PolicyKit (optional)
|
2011-02-16 18:09:11 +00:00
|
|
|
|
2017-04-19 01:52:30 +00:00
|
|
|
To build in directory build/:
|
|
|
|
meson build/ && ninja -C build
|
|
|
|
|
|
|
|
Any configuration options can be specfied as -Darg=value... arguments
|
|
|
|
to meson. After the build directory is initially configured, meson will
|
|
|
|
refuse to run again, and options must be changed with:
|
|
|
|
mesonconf -Darg=value...
|
|
|
|
mesonconf without any arguments will print out available options and
|
|
|
|
their current values.
|
|
|
|
|
|
|
|
Useful commands:
|
|
|
|
ninja -v some/target
|
|
|
|
ninja test
|
|
|
|
sudo ninja install
|
|
|
|
DESTDIR=... ninja install
|
|
|
|
|
2017-07-03 00:21:34 +00:00
|
|
|
A tarball can be created with:
|
2015-06-23 11:40:53 +00:00
|
|
|
git archive --format=tar --prefix=systemd-222/ v222 | xz > systemd-222.tar.xz
|
|
|
|
|
2013-10-21 23:50:48 +00:00
|
|
|
When systemd-hostnamed is used, it is strongly recommended to
|
|
|
|
install nss-myhostname to ensure that, in a world of
|
|
|
|
dynamically changing hostnames, the hostname stays resolvable
|
2011-05-17 17:35:56 +00:00
|
|
|
under all circumstances. In fact, systemd-hostnamed will warn
|
2013-01-24 09:31:34 +00:00
|
|
|
if nss-myhostname is not installed.
|
2011-05-17 17:35:56 +00:00
|
|
|
|
2017-11-17 10:39:14 +00:00
|
|
|
nss-systemd must be enabled on systemd systems, as that's required for
|
|
|
|
DynamicUser= to work. Note that we ship services out-of-the-box that
|
|
|
|
make use of DynamicUser= now, hence enabling nss-systemd is not
|
|
|
|
optional.
|
|
|
|
|
|
|
|
Note that the build prefix for systemd must be /usr. -Dsplit-usr=false
|
|
|
|
(which is the default and does not need to be specified) is the
|
|
|
|
recommended setting, and -Dsplit-usr=true should be used on systems
|
|
|
|
which have /usr on a separate partition.
|
|
|
|
|
2016-10-16 00:51:19 +00:00
|
|
|
Additional packages are necessary to run some tests:
|
|
|
|
- busybox (used by test/TEST-13-NSPAWN-SMOKE)
|
|
|
|
- nc (used by test/TEST-12-ISSUE-3171)
|
|
|
|
- python3-pyparsing
|
|
|
|
- python3-evdev (used by hwdb parsing tests)
|
|
|
|
- strace (used by test/test-functions)
|
2017-02-12 05:22:20 +00:00
|
|
|
- capsh (optional, used by test-execute)
|
2016-10-16 00:51:19 +00:00
|
|
|
|
2013-03-05 17:53:21 +00:00
|
|
|
USERS AND GROUPS:
|
2013-03-05 18:15:31 +00:00
|
|
|
Default udev rules use the following standard system group
|
|
|
|
names, which need to be resolvable by getgrnam() at any time,
|
|
|
|
even in the very early boot stages, where no other databases
|
|
|
|
and network are available:
|
|
|
|
|
2017-11-20 11:30:42 +00:00
|
|
|
audio, cdrom, dialout, disk, input, kmem, kvm, lp, render, tape, tty, video
|
2013-03-05 18:04:48 +00:00
|
|
|
|
2013-10-21 23:50:48 +00:00
|
|
|
During runtime, the journal daemon requires the
|
2013-03-05 18:19:26 +00:00
|
|
|
"systemd-journal" system group to exist. New journal files will
|
2013-10-21 23:50:48 +00:00
|
|
|
be readable by this group (but not writable), which may be used
|
2015-01-18 20:05:40 +00:00
|
|
|
to grant specific users read access. In addition, system
|
|
|
|
groups "wheel" and "adm" will be given read-only access to
|
|
|
|
journal files using systemd-tmpfiles.service.
|
2013-03-05 17:53:21 +00:00
|
|
|
|
2018-05-01 06:15:44 +00:00
|
|
|
The journal remote daemon requires the
|
|
|
|
"systemd-journal-remote" system user and group to
|
2013-03-05 18:15:31 +00:00
|
|
|
exist. During execution this network facing service will drop
|
|
|
|
privileges and assume this uid/gid for security reasons.
|
|
|
|
|
2014-06-27 22:48:28 +00:00
|
|
|
Similarly, the network management daemon requires the
|
2014-06-04 09:17:32 +00:00
|
|
|
"systemd-network" system user and group to exist.
|
|
|
|
|
2014-06-27 22:48:28 +00:00
|
|
|
Similarly, the name resolution daemon requires the
|
2014-06-04 09:17:32 +00:00
|
|
|
"systemd-resolve" system user and group to exist.
|
|
|
|
|
2016-02-08 22:35:24 +00:00
|
|
|
Similarly, the coredump support requires the
|
|
|
|
"systemd-coredump" system user and group to exist.
|
|
|
|
|
2014-08-19 19:55:10 +00:00
|
|
|
NSS:
|
2016-07-14 17:19:49 +00:00
|
|
|
systemd ships with four glibc NSS modules:
|
2014-08-19 19:55:10 +00:00
|
|
|
|
|
|
|
nss-myhostname resolves the local hostname to locally
|
|
|
|
configured IP addresses, as well as "localhost" to
|
|
|
|
127.0.0.1/::1.
|
|
|
|
|
|
|
|
nss-resolve enables DNS resolution via the systemd-resolved
|
|
|
|
DNS/LLMNR caching stub resolver "systemd-resolved".
|
|
|
|
|
2016-07-14 17:19:49 +00:00
|
|
|
nss-mymachines enables resolution of all local containers registered
|
|
|
|
with machined to their respective IP addresses. It also maps UID/GIDs
|
|
|
|
ranges used by containers to useful names.
|
2014-08-19 19:55:10 +00:00
|
|
|
|
2016-07-14 17:19:49 +00:00
|
|
|
nss-systemd enables resolution of all dynamically allocated service
|
|
|
|
users. (See the DynamicUser= setting in unit files.)
|
2014-08-19 19:55:10 +00:00
|
|
|
|
2016-07-14 17:19:49 +00:00
|
|
|
To make use of these NSS modules, please add them to the "hosts:",
|
|
|
|
"passwd:" and "group:" lines in /etc/nsswitch.conf. The "resolve"
|
|
|
|
module should replace the glibc "dns" module in this file (and don't
|
|
|
|
worry, it chain-loads the "dns" module if it can't talk to resolved).
|
2014-08-19 19:55:10 +00:00
|
|
|
|
2016-07-14 17:19:49 +00:00
|
|
|
The four modules should be used in the following order:
|
|
|
|
|
|
|
|
passwd: compat mymachines systemd
|
|
|
|
group: compat mymachines systemd
|
2018-05-01 06:18:10 +00:00
|
|
|
hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname
|
2014-08-19 19:55:10 +00:00
|
|
|
|
2015-05-27 15:04:49 +00:00
|
|
|
SYSV INIT.D SCRIPTS:
|
|
|
|
When calling "systemctl enable/disable/is-enabled" on a unit which is a
|
|
|
|
SysV init.d script, it calls /usr/lib/systemd/systemd-sysv-install;
|
|
|
|
this needs to translate the action into the distribution specific
|
|
|
|
mechanism such as chkconfig or update-rc.d. Packagers need to provide
|
|
|
|
this script if you need this functionality (you don't if you disabled
|
|
|
|
SysV init support).
|
|
|
|
|
|
|
|
Please see src/systemctl/systemd-sysv-install.SKELETON for how this
|
|
|
|
needs to look like, and provide an implementation at the marked places.
|
|
|
|
|
2011-02-23 00:12:07 +00:00
|
|
|
WARNINGS:
|
2017-11-17 10:39:48 +00:00
|
|
|
systemd will warn during early boot if /usr is not already mounted at
|
|
|
|
this point (that means: either located on the same file system as / or
|
|
|
|
already mounted in the initrd). While in systemd itself very little
|
|
|
|
will break if /usr is on a separate, late-mounted partition, many of
|
|
|
|
its dependencies very likely will break sooner or later in one form or
|
|
|
|
another. For example, udev rules tend to refer to binaries in /usr,
|
|
|
|
binaries that link to libraries in /usr or binaries that refer to data
|
|
|
|
files in /usr. Since these breakages are not always directly visible,
|
|
|
|
systemd will warn about this, since this kind of file system setup is
|
|
|
|
not really supported anymore by the basic set of Linux OS components.
|
2011-03-01 22:44:26 +00:00
|
|
|
|
2014-02-26 01:54:37 +00:00
|
|
|
systemd requires that the /run mount point exists. systemd also
|
2015-05-30 08:31:41 +00:00
|
|
|
requires that /var/run is a symlink to /run.
|
2014-02-26 01:54:37 +00:00
|
|
|
|
2011-03-04 04:07:01 +00:00
|
|
|
For more information on this issue consult
|
2017-02-21 17:26:23 +00:00
|
|
|
https://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
|
2011-03-04 04:07:01 +00:00
|
|
|
|
2018-05-13 20:28:24 +00:00
|
|
|
To run systemd under valgrind, compile with meson option
|
|
|
|
-Dvalgrind=true and have valgrind development headers installed
|
|
|
|
(i.e. valgrind-devel or equivalent). Otherwise, false positives will be
|
|
|
|
triggered by code which violates some rules but is actually safe. Note
|
|
|
|
that valgrind generates nice output only on exit(), hence on shutdown
|
|
|
|
we don't execve() systemd-shutdown.
|
2014-11-06 14:27:13 +00:00
|
|
|
|
2018-03-26 08:40:45 +00:00
|
|
|
STABLE BRANCHES AND BACKPORTS
|
|
|
|
|
|
|
|
Stable branches with backported patches are available in the
|
|
|
|
systemd-stable repo at https://github.com/systemd/systemd-stable.
|
|
|
|
|
|
|
|
Stable branches are started for certain releases of systemd and named
|
|
|
|
after them, e.g. v238-stable. Stable branches are managed by
|
|
|
|
distribution maintainers on an as needed basis. See
|
|
|
|
https://www.freedesktop.org/wiki/Software/systemd/Backports/ for some
|
|
|
|
more information and examples.
|
|
|
|
|
2015-12-10 10:57:08 +00:00
|
|
|
ENGINEERING AND CONSULTING SERVICES:
|
|
|
|
Kinvolk (https://kinvolk.io) offers professional engineering
|
|
|
|
and consulting services for systemd. Please contact Chris Kühl
|
|
|
|
<chris@kinvolk.io> for more information.
|