fixup(runit): allow daemon to search for the executable in /usr/local/bin (fixes #474) (#508)

This commit is contained in:
Animesh Sahu 2023-05-07 17:50:18 +05:30 committed by GitHub
parent fe7eab8576
commit 717ab2d462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
#!/bin/sh
export PATH="$PATH:/usr/local/bin"
exec /usr/local/bin/auto-cpufreq --daemon