Systemd: Unterschied zwischen den Versionen
Aus Vosp.info
HK (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Notebook soll nichts machen, wenn Deckel zugeklappt wird == vim /etc/systemd/logind.conf <source lang="bash"> # This file is part of systemd. # # systemd is…“) |
HK (Diskussion | Beiträge) |
||
Zeile 21: | Zeile 21: | ||
#HandleSuspendKey=suspend | #HandleSuspendKey=suspend | ||
#HandleHibernateKey=hibernate | #HandleHibernateKey=hibernate | ||
− | HandleLidSwitch=ignore | + | HandleLidSwitch=ignore <= Eins von beiden ist es |
#PowerKeyIgnoreInhibited=no | #PowerKeyIgnoreInhibited=no | ||
#SuspendKeyIgnoreInhibited=no | #SuspendKeyIgnoreInhibited=no | ||
#HibernateKeyIgnoreInhibited=no | #HibernateKeyIgnoreInhibited=no | ||
− | LidSwitchIgnoreInhibited=yes <= | + | LidSwitchIgnoreInhibited=yes <= Eins von beiden ist es |
#IdleAction=ignore | #IdleAction=ignore | ||
#IdleActionSec=30min | #IdleActionSec=30min |
Aktuelle Version vom 1. Mai 2015, 11:11 Uhr
Notebook soll nichts machen, wenn Deckel zugeklappt wird
vim /etc/systemd/logind.conf
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# See logind.conf(5) for details
[Login]
#NAutoVTs=6
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5
#HandlePowerKey=poweroff
#HandleSuspendKey=suspend
#HandleHibernateKey=hibernate
HandleLidSwitch=ignore <= Eins von beiden ist es
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
LidSwitchIgnoreInhibited=yes <= Eins von beiden ist es
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
#RemoveIPC=yes