summaryrefslogtreecommitdiff
path: root/units/console-getty.service.m4.in
diff options
context:
space:
mode:
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>2017-08-09 18:56:26 +0100
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>2017-08-09 18:56:26 +0100
commitae805c89efc3100151a8ff6d5695204c0a9dd76d (patch)
tree677ab6cfe63d592d7c4fde57d2d87f0b020093b6 /units/console-getty.service.m4.in
parentd32465fb416f117021151e62977865b4bab1d05a (diff)
downloadsystemd-ae805c89efc3100151a8ff6d5695204c0a9dd76d.tar.gz
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".
Diffstat (limited to 'units/console-getty.service.m4.in')
-rw-r--r--units/console-getty.service.m4.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/units/console-getty.service.m4.in b/units/console-getty.service.m4.in
index 8b6a4aba24..4b9165b70d 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