Fixed systemd "executable path is not absolute error" (close: #42)
This commit is contained in:
parent
54b25af5dc
commit
b2b28aadbd
|
@ -6,7 +6,7 @@ ConditionPathExists=/var/log/auto-cpufreq.log
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=root
|
User=root
|
||||||
ExecStart=auto-cpufreq --daemon
|
ExecStart=/usr/local/bin/auto-cpufreq --daemon
|
||||||
StandardOutput=append:/var/log/auto-cpufreq.log
|
StandardOutput=append:/var/log/auto-cpufreq.log
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: auto-cpufreq
|
name: auto-cpufreq
|
||||||
base: core18
|
base: core18
|
||||||
version: '1.1.1'
|
version: '1.1.2'
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue