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]
|
||||
Type=simple
|
||||
User=root
|
||||
ExecStart=auto-cpufreq --daemon
|
||||
ExecStart=/usr/local/bin/auto-cpufreq --daemon
|
||||
StandardOutput=append:/var/log/auto-cpufreq.log
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: auto-cpufreq
|
||||
base: core18
|
||||
version: '1.1.1'
|
||||
version: '1.1.2'
|
||||
summary: Automatic CPU speed & power optimizer for Linux
|
||||
description: |
|
||||
Automatic CPU speed & power optimizer for Linux based on active
|
||||
|
|
Loading…
Reference in New Issue