Advertisement
This is comment for paste
RPI5 fan control Ubuntu (v1.01)
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Save as python script file, and create a service to have it start at runtime.
- [Unit]
- Description=RPi5 python fan control
- After=multi-user.target
- [Service]
- Type=simple
- Restart=always
- User=root
- ExecStart=/usr/bin/python3 /path/to/file/<script>.py
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement