From 8ef58b3efcbafe062e0c2c2531839c1e583b81fd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Apr 2012 17:31:26 +0200 Subject: [PATCH] getty: skip VC gettys if the VC subsystem is not available --- units/getty@.service.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index c09722f42..17c76f5b3 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -33,6 +33,11 @@ After=rc-local.service Before=getty.target IgnoreOnIsolate=yes +# On systems without virtual consoles, don't start any getty. (Note +# that serial gettys are covered by serial-getty@.service, not this +# unit +ConditionPathExists=/dev/tty0 + [Service] Environment=TERM=linux ExecStart=-/sbin/agetty %I 38400 -- 2.30.2