Skip to content

Commit 8a7d37c

Browse files
author
Gemini CLI
committed
v0.2.0 - Include missing system configuration drop-ins
1 parent 7dcd89e commit 8a7d37c

7 files changed

Lines changed: 38 additions & 0 deletions

File tree

usr/lib/dracut/dracut-install

66.3 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Undo upstream commit 46b131574fdd7d77 for now. For details see
2+
# http://lists.freedesktop.org/archives/systemd-devel/2014-November/025550.html
3+
4+
[Journal]
5+
ForwardToSyslog=yes
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Unit]
2+
# not specified by LSB, but has been behaving that way in Debian under SysV
3+
# init and upstart
4+
After=network-online.target
5+
6+
# Often contains status messages which users expect to see on the console
7+
# during boot
8+
[Service]
9+
StandardOutput=journal+console
10+
StandardError=journal+console
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[Service]
2+
# Set Nice=-1 to doge watchdog on soft lockups (LP: #1696970).
3+
Nice=-1
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[Service]
2+
# systemd-localed will try to write to /etc/X11/xorg.conf.d/00-keyboard.conf
3+
# if it can, but we don't use it. Make the path read-only so that it skips it.
4+
ReadOnlyPaths=-/etc/X11/xorg.conf.d/
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# logind fails to start in minimal environments without dbus, such as LXC
2+
# containers or servers. Add a startup condition to avoid the very noisy
3+
# startup failure.
4+
# Consider both dbus-daemon (the reference implementation) and dbus-broker.
5+
# See https://bugs.debian.org/772700
6+
7+
[Unit]
8+
ConditionPathExists=|/usr/bin/dbus-daemon
9+
ConditionPathExists=|/usr/bin/dbus-broker
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# We can't really control what helper programs are run from other udev
2+
# rules. E.g. running i386 binaries under amd64 is a valid use case and
3+
# should not trigger a SIGSYS failure.
4+
# https://bugs.debian.org/869719
5+
6+
[Service]
7+
SystemCallArchitectures=

0 commit comments

Comments
 (0)