Skip to content

Commit

Permalink
Fixed systemd "executable path is not absolute error" (close: #42)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanHodzic committed Mar 27, 2020
1 parent 8c5774f commit bdb5d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/auto-cpufreq.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bdb5d35

Please sign in to comment.