Skip to content

Commit 7baefe4

Browse files
committed
fix power policy
1 parent 9a952ca commit 7baefe4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

baseboard-rpi3/chromeos-base/baseboard-bsp/baseboard-bsp-0.0.1-r8.ebuild

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
description "Setup power manager policy to block suspend"
22
33

4-
start on started ui
5-
oom never
4+
start on started system-services
5+
oom score never
66

77
script
8+
sleep 10
89
logger -t "${UPSTART_JOB}" "setup power manager policy to block suspend"
9-
exec /usr/bin/set_power_policy --battery_idle_action=do_nothing --ac_idle_action=do_nothing
10+
/usr/bin/set_power_policy --battery_idle_action=do_nothing --ac_idle_action=do_nothing
1011
end script

0 commit comments

Comments
 (0)