Update sauvkipeu.md
This commit is contained in:
parent
f6fa99277a
commit
c3e1edb9e6
|
@ -57,3 +57,15 @@ TODO ?
|
||||||
|
|
||||||
@localhost admin@a-lec.org
|
@localhost admin@a-lec.org
|
||||||
@aunt.libre-en-communs.org 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue