add systemd config files for sleep and login/session behaviour
This commit is contained in:
12
10_sleepd_default.conf
Normal file
12
10_sleepd_default.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
# /etc/systemd/sleep.conf.d/10_default.conf
|
||||
[Sleep]
|
||||
AllowSuspend=yes
|
||||
AllowHibernation=yes
|
||||
AllowSuspendThenHibernate=yes
|
||||
AllowHybridSleep=no
|
||||
SuspendState=mem standby freeze
|
||||
HibernateMode=platform shutdown
|
||||
MemorySleepMode=deep
|
||||
HibernateDelaySec=7200
|
||||
SuspendEstimationSec=60min
|
||||
|
||||
Reference in New Issue
Block a user