]> 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:35:02 +0000 (14:35 +0000)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 31 Jul 2020 15:11:25 +0000 (17:11 +0200)
modules.d/98dracut-systemd/dracut-cmdline.service

index e577ec888de1fd623837720093f5a6efc84c16cb..a8078bd2fa095142956df76f3959ceda7252ad3a 100644 (file)
@@ -23,8 +23,7 @@ Environment=NEWROOT=/sysroot
 Type=oneshot
 ExecStart=-/bin/dracut-cmdline
 StandardInput=null
-StandardOutput=syslog
-StandardError=syslog+console
+StandardError=journal+console
 KillMode=process
 RemainAfterExit=yes