Disable sleep on the OGU as it doesn't wake atm.

This commit is contained in:
fewtarius 2023-04-02 19:33:31 +00:00
parent 739d4eee81
commit a7e509c4a4
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -4,8 +4,10 @@
. /etc/profile . /etc/profile
### Sleep is currently broken, so we'll disable it.
cat <<EOF >/storage/.config/sleep.conf.d/sleep.conf cat <<EOF >/storage/.config/sleep.conf.d/sleep.conf
[Sleep] [Sleep]
AllowSuspend=yes AllowSuspend=no
SuspendState=freeze SuspendState=freeze
EOF EOF