02-29-2016, 10:15 PM
You might also want to change /lib/systemd/system/serial-getty@.service to start the getty earlier:
After=dev-%i.device systemd-user-sessions.service # plymouth-quit-wait.service
# After=rc-local.service
Otherwise, systemd waits for the network startup to time out before starting up the getty (5 minutes).
After=dev-%i.device systemd-user-sessions.service # plymouth-quit-wait.service
# After=rc-local.service
Otherwise, systemd waits for the network startup to time out before starting up the getty (5 minutes).