patch-units_console-getty_service_m4_in 415 B

1234567891011
  1. --- systemd-232.orig/units/console-getty.service.m4.in 2016-11-03 18:16:42.000000000 +0100
  2. +++ systemd-232/units/console-getty.service.m4.in 2016-11-19 08:53:54.070304206 +0100
  3. @@ -16,7 +16,7 @@ After=rc-local.service
  4. Before=getty.target
  5. [Service]
  6. -ExecStart=-/sbin/agetty --noclear --keep-baud console 115200,38400,9600 $TERM
  7. +ExecStart=-/sbin/getty -L %I 115200 vt100
  8. Type=idle
  9. Restart=always
  10. RestartSec=0