patch-units_getty@_service_m4 526 B

1234567891011
  1. --- systemd-234.orig/units/getty@.service.m4 2017-07-12 16:01:10.000000000 +0200
  2. +++ systemd-234/units/getty@.service.m4 2017-08-05 00:42:14.790312223 +0200
  3. @@ -36,7 +36,7 @@ ConditionPathExists=/dev/tty0
  4. # The '-o' option value tells agetty to replace 'login' arguments with an
  5. # option to preserve environment (-p), followed by '--' for safety, and then
  6. # the entered username.
  7. -ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear %I $TERM
  8. +ExecStart=-/sbin/getty -L %I 115200 vt100
  9. Type=idle
  10. Restart=always
  11. RestartSec=0