added sudo to mv

This commit is contained in:
James Devine 2021-04-06 23:17:43 +02:00 committed by GitHub
parent 3cce214343
commit f1e488032f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ I'm running Armbian 21.02.2 Focal with Linux 5.10.16-rockchip64 on my box, it's
move the fancontrol.sh script to where you would like it to live (I keep mine in /home/jimmy.. probably not the best location, but it works)
chmod +x fancontrol.sh
edit the fanctrl.service file to modify the path statement to wherever you put the fancontrol.sh script (i.e. /home/$USER)
move the fanctrl.service file to the /etc/systemd/system/ directory
(sudo) move the fanctrl.service file to the /etc/systemd/system/ directory
3) sudo systemctl daemon-reload
4) sudo systemctl enable fanctrl.service
5) sudo systemctl start fanctrl.service