1. Edit the argonone-config file on line 35, 36, and 37 to reflect:
echo 55"="10 >> $daemonconfigfile
echo 60"="55 >> $daemonconfigfile
echo 65"="100 >> $daemonconfigfile
2.Edit the argononed.py line 75 to reflect:
/storage/.config directory
fanconfig = ["65=100", "60=55", "55=10"]
2. Create a sh file and name it autostart.sh and in that file copy and paste this script and save:
place file in /storage/.config directory
#!/bin/sh
(
python /storage/.config/argononed.py
) &
3. Edit the argononed.service file in the /storage/.config/system.d directory and add this command to line 8:
ExecStart=/bin/sh -c ". /etc/profile; exec /usr/bin/python /storage/.config/argononed.py"
4. Go to terminal and test by running ./argononed-config
5. Fan will run at those values.