summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--units/getty@.service.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4
index c09722f429..17c76f5b31 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