Add interface for auto-cpufreq.conf & snap v1.7.0
This commit is contained in:
parent
5d24f0e451
commit
ec50930a6e
|
@ -1,6 +1,6 @@
|
||||||
name: auto-cpufreq
|
name: auto-cpufreq
|
||||||
base: core20
|
base: core20
|
||||||
version: '1.6.9'
|
version: '1.7.0'
|
||||||
summary: Automatic CPU speed & power optimizer for Linux
|
summary: Automatic CPU speed & power optimizer for Linux
|
||||||
description: |
|
description: |
|
||||||
Automatic CPU speed & power optimizer for Linux based on active
|
Automatic CPU speed & power optimizer for Linux based on active
|
||||||
|
@ -35,6 +35,12 @@ parts:
|
||||||
cpufreqctl.sh: usr/bin/cpufreqctl.auto-cpufreq
|
cpufreqctl.sh: usr/bin/cpufreqctl.auto-cpufreq
|
||||||
snapdaemon.sh: usr/bin/snapdaemon
|
snapdaemon.sh: usr/bin/snapdaemon
|
||||||
|
|
||||||
|
plugs:
|
||||||
|
etc-auto-cpufreq-conf:
|
||||||
|
interface: system-files
|
||||||
|
read:
|
||||||
|
- /etc/auto-cpufreq.conf
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
auto-cpufreq:
|
auto-cpufreq:
|
||||||
command: bin/auto-cpufreq
|
command: bin/auto-cpufreq
|
||||||
|
@ -44,6 +50,7 @@ apps:
|
||||||
- cpu-control
|
- cpu-control
|
||||||
- system-observe
|
- system-observe
|
||||||
- hardware-observe
|
- hardware-observe
|
||||||
|
- etc-auto-cpufreq-conf
|
||||||
environment:
|
environment:
|
||||||
LC_ALL: C.UTF-8
|
LC_ALL: C.UTF-8
|
||||||
LANG: C.UTF-8
|
LANG: C.UTF-8
|
||||||
|
|
Loading…
Reference in New Issue