1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-10 16:58:28 +03:00
Zbigniew Jędrzejewski-Szmek 4704176795 units: disable start rate limit for systemd-vconsole-setup.service
The unit will be started or restarted a few times during boot, but but it has
StartLimitBurst = DefaultStartLimitBurst = 5, which means that the fifth
restart will already fail. On my laptop, I have exactly 4 restarts, so I don't
hit the limit, but on a slightly different system we will easily hit the limit.
In https://bugzilla.redhat.com/show_bug.cgi?id=2251394, there are five reloads
and we hit the limit.

Since 6ef512c0bb7aeb2000588d7d05e23b4681da8657 we propagate the start counter
over switch-root and daemon reloads, so it's easier to hit the limit during
boot.

In principle there might be systems with lots of vtcon devices, so let's just
allow the unit to be restarted without a limit.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2251394.
2023-11-25 13:27:17 +01:00
2022-04-26 09:13:57 +00:00
2023-11-17 14:14:18 +00:00
2023-11-22 18:04:21 +00:00
2023-07-08 22:33:53 +00:00
2023-11-22 11:12:49 +09:00
2023-11-01 16:00:19 +00:00
2023-10-31 13:07:49 +01:00
2023-11-15 15:21:26 +01:00
2023-09-22 08:14:10 +02:00
2023-07-29 14:08:06 +02:00
2023-11-22 20:41:04 +00:00
2023-09-20 15:17:52 +02:00
2023-11-24 15:17:46 +01: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)
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.

Description
The systemd System and Service Manager
Readme 563 MiB
Languages
C 89.2%
Python 5.3%
Shell 4.1%
Meson 1.2%