From: Zbigniew Jędrzejewski-Szmek Date: Sat, 13 Jul 2013 13:59:35 +0000 (-0400) Subject: units: do not special-case getty@tty1.service installation X-Git-Tag: v206~110 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7aa4fa34f76b0d9b031f0a5ea941c7fa10cebbee 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. --- 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