From b2bb3dbed9607c440b1a9ccacc515e28136d39ae Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 30 Aug 2010 21:31:40 +0200 Subject: console: rework automatic getty on kernel console logic again It is essential that the gettys are proper dependencies from getty.target so that they aren't killed and immediately restarted on runlevel changes. Hence rework the logic to implicitly add console gettys to getty.target as dependencies. This also adds an automatic hvc console for virtualizers. https://bugzilla.redhat.com/show_bug.cgi?id=501720 --- units/systemd-auto-serial-getty.service.in | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 units/systemd-auto-serial-getty.service.in (limited to 'units') diff --git a/units/systemd-auto-serial-getty.service.in b/units/systemd-auto-serial-getty.service.in deleted file mode 100644 index 8051c7446a..0000000000 --- a/units/systemd-auto-serial-getty.service.in +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -[Unit] -Description=Automatically Spawn getty on Serial Kernel Console - -[Service] -Type=oneshot -ExecStart=@rootlibexecdir@/systemd-auto-serial-getty - -[Install] -WantedBy=getty.target -- cgit v1.2.3-54-g00ecf