system-vconsole-setup.service runs systemd-vconsole-setup to set up virtual consoles, but console-getty.service implies that virtual consoles aren't present, and that we're falling back to /dev/console.
Cc: Lennart Poettering <lenn...@poettering.net> Signed-off-by: Ramkumar Ramachandra <artag...@gmail.com> --- Noticed on um linux. Tested. units/console-getty.service.m4.in | 1 + 1 file changed, 1 insertion(+) diff --git a/units/console-getty.service.m4.in b/units/console-getty.service.m4.in index 0426050..95d8b7c 100644 --- a/units/console-getty.service.m4.in +++ b/units/console-getty.service.m4.in @@ -13,6 +13,7 @@ m4_ifdef(`HAVE_SYSV_COMPAT', After=rc-local.service )m4_dnl Before=getty.target +Conflicts=systemd-vconsole-setup.service [Service] ExecStart=-/sbin/agetty --noclear -s console 115200,38400,9600 -- 1.8.3.3.754.g9c3c367 _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel