From c3e1edb9e626b6fb30bb9f983bc964a91982b857 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Fri, 30 Dec 2022 09:16:43 +0000 Subject: [PATCH] Update sauvkipeu.md --- pm/sauvkipeu.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pm/sauvkipeu.md b/pm/sauvkipeu.md index 42a977f..58a0c03 100644 --- a/pm/sauvkipeu.md +++ b/pm/sauvkipeu.md @@ -57,3 +57,15 @@ TODO ? @localhost admin@a-lec.org @aunt.libre-en-communs.org admin@a-lec.org + +## Désactivation du suspend à la fermeture du capot + +Éditer le fichier `/etc/systemd/logind.conf` : +``` + #HandleLidSwitch=suspend ++ HandleLidSwitch=ignore +``` +Puis redémarrage du service : +``` +systemctl restart systemd-logind.service +```