]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
As of v246 of systemd "syslog" and "syslog-console" switches have been deprecated
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Wed, 15 Jul 2020 14:33:33 +0000 (14:33 +0000)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 31 Jul 2020 15:11:25 +0000 (17:11 +0200)
modules.d/98dracut-systemd/dracut-pre-udev.service

index 570ec02d32aad3010e730754f5b8584b41e0706e..e4092e35fa4cf3d6c9e2003e14483fc68d700d6e 100644 (file)
@@ -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