Disable sleep on the OGU as it doesn't wake atm.
This commit is contained in:
parent
739d4eee81
commit
a7e509c4a4
1 changed files with 3 additions and 1 deletions
|
@ -4,8 +4,10 @@
|
|||
|
||||
. /etc/profile
|
||||
|
||||
### Sleep is currently broken, so we'll disable it.
|
||||
|
||||
cat <<EOF >/storage/.config/sleep.conf.d/sleep.conf
|
||||
[Sleep]
|
||||
AllowSuspend=yes
|
||||
AllowSuspend=no
|
||||
SuspendState=freeze
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue