From 98a77df5fe8591034c48e5d56d903ee268de37f9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 Sep 2012 12:39:16 +0200 Subject: logind: make sure there's always a getty available on TTY6 Previously, if X allocated all 6 TTYs (for multi-session for example) no getty would be available anymore to guarantee console-based logins. With the new ReserveVT= switch in logind.conf we can now choose one VT (6 by default) that will always be subject to autovt-style activation, i.e. we'll always have a getty on TTY6, and X will never take possession of it. --- src/login/logind.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/login/logind.conf') diff --git a/src/login/logind.conf b/src/login/logind.conf index 78496a0ef1..db5dde47a0 100644 --- a/src/login/logind.conf +++ b/src/login/logind.conf @@ -9,6 +9,7 @@ [Login] #NAutoVTs=6 +#ReserveVT=6 #KillUserProcesses=no #KillOnlyUsers= #KillExcludeUsers=root -- cgit v1.2.3-54-g00ecf