From: Lennart Poettering Date: Thu, 12 Apr 2012 15:31:26 +0000 (+0200) Subject: getty: skip VC gettys if the VC subsystem is not available X-Git-Tag: v183~352 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ef58b3efcbafe062e0c2c2531839c1e583b81fd;p=platform%2Fupstream%2Fsystemd.git getty: skip VC gettys if the VC subsystem is not available --- diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index c09722f..17c76f5 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