Created
March 11, 2025 01:30
-
-
Save dardo82/60db1e8e247a40ada14a6a7a06ca5920 to your computer and use it in GitHub Desktop.
LogInD conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. | |
# | |
# Entries in this file show the compile time defaults. Local configuration | |
# should be created by either modifying this file (or a copy of it placed in | |
# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in | |
# the /etc/systemd/logind.conf.d/ directory. The latter is generally | |
# recommended. Defaults can be restored by simply deleting the main | |
# configuration file and all drop-ins located in /etc/. | |
# | |
# Use 'systemd-analyze cat-config systemd/logind.conf' to display the full config. | |
# | |
# See logind.conf(5) for details. | |
[Login] | |
#NAutoVTs=6 | |
#ReserveVT=6 | |
#KillUserProcesses=no | |
#KillOnlyUsers= | |
#KillExcludeUsers=root | |
#InhibitDelayMaxSec=5 | |
#UserStopDelaySec=10 | |
#SleepOperation=suspend-then-hibernate suspend | |
#HandlePowerKey=poweroff | |
#HandlePowerKeyLongPress=ignore | |
#HandleRebootKey=reboot | |
#HandleRebootKeyLongPress=poweroff | |
#HandleSuspendKey=suspend | |
#HandleSuspendKeyLongPress=hibernate | |
#HandleHibernateKey=hibernate | |
#HandleHibernateKeyLongPress=ignore | |
#HandleLidSwitch=suspend | |
#HandleLidSwitchExternalPower=suspend | |
#HandleLidSwitchDocked=ignore | |
#HandleSecureAttentionKey=secure-attention-key | |
#PowerKeyIgnoreInhibited=no | |
#SuspendKeyIgnoreInhibited=no | |
#HibernateKeyIgnoreInhibited=no | |
#LidSwitchIgnoreInhibited=yes | |
#RebootKeyIgnoreInhibited=no | |
#HoldoffTimeoutSec=30s | |
IdleAction=suspend | |
IdleActionSec=10min | |
#RuntimeDirectorySize=10% | |
#RuntimeDirectoryInodesMax= | |
#RemoveIPC=yes | |
#InhibitorsMax=8192 | |
#SessionsMax=8192 | |
#StopIdleSessionSec=infinity | |
#DesignatedMaintenanceTime= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment