Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 502 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 502 Bytes

A possibility to enable run at bootup is to use the systemd files. systemd provides a standard process for controlling what programs run when a Linux system boots up. Note that systemd is available only from the Jessie versions of Raspbian OS.

Create A Unit File

sudo nano /lib/systemd/system/fan_control.service

sudo chmod 644 /lib/systemd/system/fan_control.service

Configure systemd

sudo systemctl daemon-reload

sudo systemctl enable fan_control.service

sudo reboot