]> 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:38 +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-mount.service

index 77d34f62d7d477c702ac08075adb532350724691..c88e6d8412ecbc7cf0e76bfdcc734a6264a73da1 100644 (file)
@@ -19,8 +19,7 @@ Environment=NEWROOT=/sysroot
 Type=oneshot
 ExecStart=-/bin/dracut-mount
 StandardInput=null
-StandardOutput=syslog
-StandardError=syslog+console
+StandardError=journal+console
 KillMode=process
 RemainAfterExit=yes