Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

This repository was moved to https://forgejo.manolol.xyz/mario/CoolPi

Example Systemd service file:

[Unit]
Description=Python script for controlling a fan on a Rasberry Pi
After=network.target

[Service]
Type=idle
Restart=on-failure
User=pi
WorkingDirectory=/home/pi/CoolPi
ExecStart=/usr/bin/python /home/pi/CoolPi/cooling.py

[Install]
WantedBy=multi-user.target

About

Python script for controlling a fan on a Raspberry Pi

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages