Advertisement
Guest User

conf

a guest
May 10th, 2024
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. # This file is part of systemd.
  2. #
  3. # systemd is free software; you can redistribute it and/or modify it under the
  4. # terms of the GNU Lesser General Public License as published by the Free
  5. # Software Foundation; either version 2.1 of the License, or (at your option)
  6. # any later version.
  7. #
  8. # Entries in this file show the compile time defaults. Local configuration
  9. # should be created by either modifying this file (or a copy of it placed in
  10. # /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
  11. # the /etc/systemd/logind.conf.d/ directory. The latter is generally
  12. # recommended. Defaults can be restored by simply deleting the main
  13. # configuration file and all drop-ins located in /etc/.
  14. #
  15. # Use 'systemd-analyze cat-config systemd/logind.conf' to display the full config.
  16. #
  17. # See logind.conf(5) for details.
  18.  
  19. [Login]
  20. #NAutoVTs=6
  21. #ReserveVT=6
  22. #KillUserProcesses=no
  23. #KillOnlyUsers=
  24. #KillExcludeUsers=root
  25. #InhibitDelayMaxSec=5
  26. #UserStopDelaySec=10
  27. #HandlePowerKey=poweroff
  28. #HandlePowerKeyLongPress=ignore
  29. #HandleRebootKey=reboot
  30. #HandleRebootKeyLongPress=poweroff
  31. #HandleSuspendKey=suspend
  32. #HandleSuspendKeyLongPress=hibernate
  33. #HandleHibernateKey=hibernate
  34. #HandleHibernateKeyLongPress=ignore
  35. #HandleLidSwitch=ignore
  36. #HandleLidSwitchExternalPower=ignore
  37. #HandleLidSwitchDocked=ignore
  38. #PowerKeyIgnoreInhibited=no
  39. #SuspendKeyIgnoreInhibited=no
  40. #HibernateKeyIgnoreInhibited=no
  41. #LidSwitchIgnoreInhibited=yes
  42. #RebootKeyIgnoreInhibited=no
  43. #HoldoffTimeoutSec=30s
  44. #IdleAction=ignore
  45. #IdleActionSec=30min
  46. #RuntimeDirectorySize=10%
  47. #RuntimeDirectoryInodesMax=
  48. #RemoveIPC=yes
  49. #InhibitorsMax=8192
  50. #SessionsMax=8192
  51. #StopIdleSessionSec=infinity
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement