summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:29:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:29:21 +0000
commitc236f5d6f133f2843d9865d7cf3680eb348ef7a7 (patch)
treef2b034aa4d85dd488367363165552f3e8a4285cf
parentDisabling ctrl-alt-del.target. (diff)
downloadsystemd-c236f5d6f133f2843d9865d7cf3680eb348ef7a7.tar.xz
systemd-c236f5d6f133f2843d9865d7cf3680eb348ef7a7.zip
Enabling 10 automatic virtual terminals in logind.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0003-logind-noautovts.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0003-logind-noautovts.patch b/debian/patches/progress-linux/0003-logind-noautovts.patch
new file mode 100644
index 0000000..5ef40fb
--- /dev/null
+++ b/debian/patches/progress-linux/0003-logind-noautovts.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Enabling 10 automatic virtual terminals in logind.
+
+diff -Naurp systemd.orig/src/login/logind.conf.in systemd/src/login/logind.conf.in
+--- systemd.orig/src/login/logind.conf.in
++++ systemd/src/login/logind.conf.in
+@@ -15,7 +15,7 @@
+ # See logind.conf(5) for details.
+
+ [Login]
+-#NAutoVTs=6
++NAutoVTs=10
+ #ReserveVT=6
+ #KillUserProcesses={{ "yes" if KILL_USER_PROCESSES else "no" }}
+ #KillOnlyUsers=
diff --git a/debian/patches/series b/debian/patches/series
index f160335..b010f32 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -20,3 +20,4 @@ debian/Downgrade-a-couple-of-warnings-to-debug.patch
debian/Skip-flaky-test_resolved_domain_restricted_dns-in-network.patch
progress-linux/0001-agetty-nohostname.patch
progress-linux/0002-proc-hidepid.patch
+progress-linux/0003-logind-noautovts.patch