Skip to content

Commit

Permalink
Fix minor installation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nthx committed Mar 16, 2015
1 parent 523d846 commit 06afa42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ To make it start when system boots:
edit odroid-fan-controller and add the path of the odroid-xu3-fan-control.sh script (full-pathname), then do the following to add it
to the runlevels

sudo ln -s ~/odroid-xu3-fan-control/odroid-fan-controller /etc/init.d/
cd /etc/init.d/
#adjust to correct, absolute path below
sudo ln -s ~/odroid-xu3-fan-control/odroid-fan-controller
sudo update-rc.d odroid-fan-controller defaults

you can also use the following to start the controller
Expand Down
1 change: 1 addition & 0 deletions odroid-fan-controller
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# Description: Enable service provided by daemon.
### END INIT INFO

#adjust dir below. Example: dir="/home/nthx/odroid-xu3-fan-control/"
dir=""
user="root"
cmd="./odroid-xu3-fan-control.sh"
Expand Down

0 comments on commit 06afa42

Please sign in to comment.