Fixed systemd "executable path is not absolute error" (close: #42)

This commit is contained in:
Adnan Hodzic 2020-03-27 12:26:19 +01:00
parent 54b25af5dc
commit b2b28aadbd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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