Browse Source

As of v246 of systemd "syslog" and "syslog-console" switches have been deprecated

master
Jóhann B. Guðmundsson 5 years ago committed by Harald Hoyer
parent
commit
c437933cb0
  1. 3
      modules.d/98dracut-systemd/dracut-pre-mount.service

3
modules.d/98dracut-systemd/dracut-pre-mount.service

@ -19,8 +19,7 @@ Environment=NEWROOT=/sysroot @@ -19,8 +19,7 @@ Environment=NEWROOT=/sysroot
Type=oneshot
ExecStart=-/bin/dracut-pre-mount
StandardInput=null
StandardOutput=syslog
StandardError=syslog+console
StandardError=journal+console
KillMode=process
RemainAfterExit=yes


Loading…
Cancel
Save