1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-31 16:21:26 +03:00
The systemd System and Service Manager
Go to file
Zbigniew Jędrzejewski-Szmek 294eace024 core: disable "update" units in the initramfs
Initially I wanted to add ConditionPathExists=!/etc/initrd-release in various
units (ldconfig.service, systemd-sysusers.service, systemd-hwdb-update.service,
systemd-journal-catalog-update, systemd-update-done.service), but I think it's
better to just disable the mechanism in the initrd altogether. Initrd images
are put together in a very particular way, and there is not need to do
post-update steps on them. If a unit from some other package winds up in the
initrd, we wouldn't want to invoke it either.

Also, any modifications are ephemeral, so any update would happen on every
use. And finally, initrd images are all about speed, and we shouldn't invoke
any unneeded services.
2021-06-07 13:40:08 +02:00
.github Merge pull request #19669 from mrc0mmand/ci-mkosi-arch 2021-05-20 10:14:30 +01:00
.lgtm/cpp-queries
.mkosi mkosi: stop pulling in vi 2021-05-19 10:55:03 +02:00
.semaphore
catalog
coccinelle
docs docs/ARCHITECTURE: more markup and unicode 2021-06-04 10:51:19 +02:00
factory/etc
hwdb.d hwdb: Add ProBook to use micmute hotkey 2021-06-04 14:00:25 +02:00
man man: fix typo 2021-06-03 22:10:36 +02:00
mkosi.default.d
modprobe.d
network
po po: Translated using Weblate (Danish) 2021-06-03 01:31:51 +09:00
presets
rules.d rules.d: Properly quote $env{MODALIAS} 2021-05-24 18:40:01 +01:00
shell-completion shell-completion: udevadm: support --uuid option 2021-06-04 15:00:11 +02:00
src core: disable "update" units in the initramfs 2021-06-07 13:40:08 +02:00
sysctl.d
sysusers.d
test Merge pull request #19766 from keszybz/fuzz-fixes 2021-06-01 11:14:45 +09:00
tmpfiles.d meson: add workaround for old meson 2021-05-19 10:25:26 +09:00
tools tools/analyze-dump-sort: a helper to compare two 'systemd-analyze dump' outputs 2021-06-04 12:09:58 +02:00
units units: stop automount unit when shutting down 2021-06-07 13:38:28 +02:00
xorg
.clang-format
.ctags
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.lgtm.yml
.mailmap
.packit.yml
.vimrc
.ycm_extra_conf.py
configure
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson_options.txt test: enable fuzz regression tests by default 2021-05-20 09:30:43 +02:00
meson.build meson: sort compiler flags 2021-06-02 15:53:29 +09:00
mkosi.build
NEWS NEWS: adjust grammar and other small changes 2021-06-04 10:51:19 +02:00
README README: drop reference to Kinvolk 2021-05-26 09:34:14 +02:00
README.md docs: add ARCHITECTURE.md with code map 2021-06-03 22:14:19 +02:00
TODO Merge pull request #19793 from keszybz/tmpfiles-autofs-and-globs 2021-06-07 09:14:27 +01:00

Systemd

System and Service Manager

Count of open issues over time Count of open pull requests over time Semaphore CI 2.0 Build Status
Coverity Scan Status
OSS-Fuzz Status
CIFuzz
CII Best Practices
Language Grade: C/C++
CentOS CI - CentOS 7
CentOS CI - Arch
CentOS CI - Arch (sanitizers)
Fossies codespell report
Packaging status

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.