You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
774 B

  1. Included are the the following files to more gracefully handle temperatures on the odroid xu4 running with systemd.
  2. update-fans.sh is the script that actually updates the system files for the fan. Namely the fan speed and temperature settings.
  3. It gets installed into /usr/local/bin/
  4. update-fans.service is the service that calls the script to update the fans
  5. update-fans.timer is the systemd timer that updates the fan speeds 5 seconds after systemd starts.
  6. These should be placed in /usr/lib/systemd/system or wherever your systemd services and timers are stored
  7. Finally the timer should be activated with "systemctl enable update-fans.timer".
  8. If you don't feel like restarting to change the fan settings immediately, you can run "systemctl start update-fans.service"