mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-04-08 17:05:56 +02:00
Fixed systemd "executable path is not absolute error" (close: #42)
This commit is contained in:
parent
8c5774fadc
commit
bdb5d35d0c
@ -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…
x
Reference in New Issue
Block a user