Find a file
Zbigniew Jędrzejewski-Szmek dcbbc7cef5 test/run-unit-tests, TEST-02: skip tests where the interpeter is not installed
When the interpeter is missing, we get an exit code of 127. Let's treat those
tests as skipped too. If we could run the test far enough so that it could do
the check itself, it would return 77 anyway.

$ test/asdf; echo $?
exec: Failed to execute process 'test/asdf': The file specified the interpreter '/bin/asdf', which is not an executable command.
127
$ test/asdf; echo $?
/usr/bin/env: ‘/bin/asdf’: No such file or directory
127

This should resolve the problem that TEST-02 fails or Debian's 'unit-tests' fail
when python3 is not installed. Installing python3 via the mechanism that is
used to construct TEST images, i.e. the dracut dependency chasing scheme, would
be a lot of work for python with its modules in multiple locations and hundreds
of little files. So I think it OK to just skip the test there, and also in
other cases where python is not available.
2023-05-09 08:11:10 +02:00
.clusterfuzzlite
.github mkosi: Switch to use mkosi presets with prebuilt initrds 2023-05-01 15:39:50 +02:00
.semaphore
catalog
coccinelle
docs docs: add correct pacman command (#27486) 2023-05-02 17:18:10 +08:00
factory
hwdb.d hwdb: add landscape IdeaPad Miix 310 sensor orientation (#27555) 2023-05-07 09:18:55 +09:00
LICENSES Rewrite check-includes.pl in python 2023-05-09 08:11:10 +02:00
man crypttab: Support for VeraCrypt PIM and detached headers for TrueCrypt/VeraCrypt (#27548) 2023-05-06 21:55:05 +01:00
mkosi.conf.d mkosi: Switch to use mkosi presets with prebuilt initrds 2023-05-01 15:39:50 +02:00
mkosi.presets Merge pull request #27262 from keszybz/ukify-install 2023-05-06 13:34:08 +02:00
modprobe.d
network
po
presets
rules.d
shell-completion zsh: add service-log-{level,target} completions for systemctl 2023-05-08 01:08:36 +01:00
src test: rework how udev-test is invoked 2023-05-09 08:11:10 +02:00
sysctl.d
sysusers.d
test test/run-unit-tests, TEST-02: skip tests where the interpeter is not installed 2023-05-09 08:11:10 +02:00
tmpfiles.d
tools check-includes: print path relative to project root 2023-05-09 08:11:10 +02:00
units
xorg
.clang-format
.ctags
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.mailmap
.packit.yml
.vimrc
.ycm_extra_conf.py
configure
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson.build test: rework how udev-test is invoked 2023-05-09 08:11:10 +02:00
meson_options.txt
mkosi.kernel.config mkosi: Disable a bunch of useless configs when building a kernel 2023-05-04 19:05:12 +02:00
NEWS
README
README.md
TODO Merge pull request #27262 from keszybz/ukify-install 2023-05-06 13:34:08 +02:00

Systemd

System and Service Manager

Semaphore CI 2.0 Build Status
Coverity Scan Status
OSS-Fuzz Status
CIFuzz
CII Best Practices
CentOS CI - CentOS 8
CentOS CI - Arch
CentOS CI - Arch (sanitizers)
CentOS CI - Rawhide (SELinux)
Fossies codespell report
Weblate
Coverage Status
Packaging status
OpenSSF Scorecard

Details

Most documentation is available on systemd's web site.

Assorted, older, general information about systemd can be found in the systemd Wiki.

Information about build requirements is provided in the README file.

Consult our NEWS file for information about what's new in the most recent systemd versions.

Please see the Code Map for information about this repository's layout and content.

Please see the Hacking guide for information on how to hack on systemd and test your modifications.

Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.

When preparing patches for systemd, please follow our Coding Style Guidelines.

If you are looking for support, please contact our mailing list or join our IRC channel.

Stable branches with backported patches are available in the stable repo.