distribution/packages/hardware/quirks/devices/Powkiddy RK2023/001-hardwareinit
2023-04-01 23:01:06 +00:00

11 lines
238 B
Bash
Executable file

#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
. /etc/profile
cat <<EOF >/storage/.config/sleep.conf.d/sleep.conf
[Sleep]
AllowSuspend=yes
SuspendState=freeze
EOF