77c9114cb0
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dracut#99c74373eee952f26c7d256f12c024fe29397ae6
26 lines
903 B
Diff
26 lines
903 B
Diff
From e1130a83405648777210fdc99f7eee087eebaadc Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= <johannbg@gmail.com>
|
|
Date: Wed, 15 Jul 2020 14:33:33 +0000
|
|
Subject: [PATCH] As of v246 of systemd "syslog" and "syslog-console" switches
|
|
have been deprecated
|
|
|
|
---
|
|
modules.d/98dracut-systemd/dracut-pre-udev.service | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/modules.d/98dracut-systemd/dracut-pre-udev.service b/modules.d/98dracut-systemd/dracut-pre-udev.service
|
|
index 570ec02d..e4092e35 100644
|
|
--- a/modules.d/98dracut-systemd/dracut-pre-udev.service
|
|
+++ b/modules.d/98dracut-systemd/dracut-pre-udev.service
|
|
@@ -24,8 +24,7 @@ Environment=NEWROOT=/sysroot
|
|
Type=oneshot
|
|
ExecStart=-/bin/dracut-pre-udev
|
|
StandardInput=null
|
|
-StandardOutput=syslog
|
|
-StandardError=syslog+console
|
|
+StandardError=journal+console
|
|
KillMode=process
|
|
RemainAfterExit=yes
|
|
|
|
|