Systemd-logind: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 28: | Line 28: | ||
... | ... | ||
HandleLidSwitch=ignore | HandleLidSwitch=ignore | ||
HandleLidSwitchDocked=ignore | |||
... | ... | ||
LidSwitchIgnoreInhibited=no | LidSwitchIgnoreInhibited=no | ||
... | ... | ||
</pre> | </pre> |
Revision as of 07:38, 17 April 2017
External
Internal
Overview
systemd-logind is a system service that manages user logins. It is responsible for:
- keeping track of users and sessions, their processes and their idle state
- providing PolicyKit-based access for users to operations such as system shutdown or sleep
- implementing a shutdown/sleep inhibition logic for application
- handling power/sleep hardware keys
- multi-seat management
- session switch management
- device access management for users
- automatic spawning of text logins (gettys) on virtual console activation and user runtime directory management
How to Prevent the Computer to Go to Sleep when the Lid is Closed
Edit /etc/systemd/logind.conf.
Set the following:
... HandleLidSwitch=ignore HandleLidSwitchDocked=ignore ... LidSwitchIgnoreInhibited=no ...