mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
custom: mainsail: add to disable 'ondemand' service
The service 'ondemand' is to set CPU governor as 'ondemand' which could lower the performance, so...removed to run with 'performance' governor always. Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ie5ebde04281dca2305ac9ab09894fb8076c09897
This commit is contained in:
5
custom/mainsail/fixups/S90-disable-ondemand
Executable file
5
custom/mainsail/fixups/S90-disable-ondemand
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -f /usr/lib/systemd/system/ondemand.service ]; then
|
||||
systemctl disable ondemand
|
||||
fi
|
||||
Reference in New Issue
Block a user