From: Alan Jenkins Date: Wed, 9 Aug 2017 17:56:26 +0000 (+0100) Subject: units: console-getty.service: use the default RestartSec X-Git-Tag: v235~244^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6579%2Fhead;p=thirdparty%2Fsystemd.git units: console-getty.service: use the default RestartSec > Note that console-getty.service as more uses than just containers. The > idea is that it may be used as alternative to the whole VC/logind stuff, > if all you need is a console on /dev/console, even on physical devices. This means we want to remove RestartSec=0, for serial systems. See 4bf0432 "units/serial-getty@.service: use the default RestartSec". --- diff --git a/units/console-getty.service.m4.in b/units/console-getty.service.m4.in index 8b6a4aba24e..4b9165b70d3 100644 --- a/units/console-getty.service.m4.in +++ b/units/console-getty.service.m4.in @@ -24,7 +24,6 @@ ConditionPathExists=/dev/console ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud console 115200,38400,9600 $TERM Type=idle Restart=always -RestartSec=0 UtmpIdentifier=cons TTYPath=/dev/console TTYReset=yes