patch-units_serial-getty@_service_m4 557 B

1234567891011
  1. --- systemd-236.orig/units/serial-getty@.service.m4 2017-12-14 23:09:57.000000000 +0100
  2. +++ systemd-236/units/serial-getty@.service.m4 2018-01-01 18:46:35.157142052 +0100
  3. @@ -33,7 +33,7 @@ Before=rescue.service
  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' --keep-baud 115200,38400,9600 %I $TERM
  8. +ExecStart=-/sbin/getty -L %I 115200 vt100
  9. Type=idle
  10. Restart=always
  11. UtmpIdentifier=%I