Advertisement
danielbugs
Nov 19th, 2023
104
0
Never
This is comment for paste RPI5 fan control Ubuntu (v1.01)
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Save as python script file, and create a service to have it start at runtime.
  2.  
  3. [Unit]
  4. Description=RPi5 python fan control
  5. After=multi-user.target
  6.  
  7. [Service]
  8. Type=simple
  9. Restart=always
  10. User=root
  11. ExecStart=/usr/bin/python3 /path/to/file/<script>.py
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement