From 3234a4f843e28da2085cc6b486c5031dbd9a5ab6 Mon Sep 17 00:00:00 2001 From: Marcos Mello Date: Thu, 15 Feb 2018 14:12:31 -0200 Subject: [PATCH] Do not handle lid switch Fixes grml/grml#75. --- etc/grml/fai/config/files/etc/systemd/logind.conf/GRMLBASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/grml/fai/config/files/etc/systemd/logind.conf/GRMLBASE b/etc/grml/fai/config/files/etc/systemd/logind.conf/GRMLBASE index a78e1f0..72ea52f 100644 --- a/etc/grml/fai/config/files/etc/systemd/logind.conf/GRMLBASE +++ b/etc/grml/fai/config/files/etc/systemd/logind.conf/GRMLBASE @@ -12,7 +12,7 @@ NAutoVTs=12 #HandlePowerKey=poweroff #HandleSuspendKey=suspend #HandleHibernateKey=hibernate -#HandleLidSwitch=suspend +HandleLidSwitch=ignore #PowerKeyIgnoreInhibited=no #SuspendKeyIgnoreInhibited=no #HibernateKeyIgnoreInhibited=no -- 2.1.4