From 7aa4fa34f76b0d9b031f0a5ea941c7fa10cebbee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 13 Jul 2013 09:59:35 -0400 Subject: [PATCH] units: do not special-case getty@tty1.service installation Since a long while we can use "systemctl enable getty@tty1.service" which does the right thing, so there's no need to abuse Alias= for installation. --- units/getty@.service.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index f32ca99ea..785365200 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -20,9 +20,9 @@ After=rc-local.service Before=getty.target IgnoreOnIsolate=yes -# On systems without virtual consoles, don't start any getty. (Note +# On systems without virtual consoles, don't start any getty. Note # that serial gettys are covered by serial-getty@.service, not this -# unit +# unit. ConditionPathExists=/dev/tty0 [Service] @@ -48,4 +48,4 @@ Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETA KillSignal=SIGHUP [Install] -Alias=getty.target.wants/getty@tty1.service +WantedBy=getty.target -- 2.30.2