summaryrefslogtreecommitdiff
path: root/src/login/logind-gperf.gperf
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-26 10:15:42 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:23:10 +0100
commit059696ac014da265ee2d1b062cd0dc7bee3d2001 (patch)
tree92551b9245b08499b5f25ceb1e39b4482b5ef00a /src/login/logind-gperf.gperf
parentdb74dfab5842da3f83d3bb9e2fa3bf8736939ecf (diff)
Remove support for auto-spawning VTs
Auto-spawning VTs requires systemd in practice. If you're using systemd you can just use its logind :)
Diffstat (limited to 'src/login/logind-gperf.gperf')
-rw-r--r--src/login/logind-gperf.gperf2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/login/logind-gperf.gperf b/src/login/logind-gperf.gperf
index 9218d098e..d9fa06c1f 100644
--- a/src/login/logind-gperf.gperf
+++ b/src/login/logind-gperf.gperf
@@ -14,8 +14,6 @@ struct ConfigPerfItem;
%struct-type
%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)