diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-17 12:39:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-17 12:39:16 +0200 |
commit | 98a77df5fe8591034c48e5d56d903ee268de37f9 (patch) | |
tree | f7e3bed02ed12414e71a0b250710d5b9ab7d080d /src/login/logind-gperf.gperf | |
parent | 4db17f291c627c885de668200ff8cce2e57c933f (diff) |
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.
Diffstat (limited to 'src/login/logind-gperf.gperf')
-rw-r--r-- | src/login/logind-gperf.gperf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind-gperf.gperf b/src/login/logind-gperf.gperf index 72fdad739b..f12718cf4e 100644 --- a/src/login/logind-gperf.gperf +++ b/src/login/logind-gperf.gperf @@ -15,6 +15,7 @@ struct ConfigPerfItem; %includes %% Login.NAutoVTs, config_parse_unsigned, 0, offsetof(Manager, n_autovts) +Login.ReserveVT, config_parse_unsigned, 0, offsetof(Manager, reserve_vt) Login.KillUserProcesses, config_parse_bool, 0, offsetof(Manager, kill_user_processes) Login.KillOnlyUsers, config_parse_strv, 0, offsetof(Manager, kill_only_users) Login.KillExcludeUsers, config_parse_strv, 0, offsetof(Manager, kill_exclude_users) |