chiark / gitweb /
units/serial-getty@.service: use the default RestartSec
authorMichael Olbrich <m.olbrich@pengutronix.de>
Tue, 15 Jul 2014 16:28:10 +0000 (18:28 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 16 Jul 2014 03:51:10 +0000 (23:51 -0400)
commit4bf04322b8b7ecca4f3d65cfc642d0ac16356129
tree13c7e315b117db5895818d508a9b737db8119af7
parent4e0296a943e85316ecce0324248f9543887b8a9a
units/serial-getty@.service: use the default RestartSec

For pluggable ttys such as USB serial devices, the getty is restarted
and exits in a loop until the remove event reaches systemd. Under
certain circumstances the restart loop can overload the system in a
way that prevents the remove event from reaching systemd for a long
time (e.g. at least several minutes on a small embedded system).

Use the default RestartSec to prevent the restart loop from
overloading the system. Serial gettys are interactive units, so
waiting an extra 100ms really doesn't make a difference anyways
compared to the time it takes the user to log in.
units/serial-getty@.service.m4