Skip to content

Commit

Permalink
fixup(runit): allow daemon to search for the executable in /usr/local…
Browse files Browse the repository at this point in the history
…/bin (fixes #474) (#508)
  • Loading branch information
Animeshz committed May 7, 2023
1 parent fe7eab8 commit 717ab2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/auto-cpufreq-runit
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
export PATH="$PATH:/usr/local/bin"
exec /usr/local/bin/auto-cpufreq --daemon

0 comments on commit 717ab2d

Please sign in to comment.