Skip to content

Instantly share code, notes, and snippets.

@royalgraphx
Created September 26, 2023 10:24
Show Gist options
  • Save royalgraphx/408100dcab7e48734a14e693a162f0c3 to your computer and use it in GitHub Desktop.
Save royalgraphx/408100dcab7e48734a14e693a162f0c3 to your computer and use it in GitHub Desktop.
FanController.service - systemctl file for running FanConrtoller.py on boot and continous. Installs @ /lib/systemd/system/FanController.service
[Unit]
Description=Service for autostarting FanController
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/python3 /home/royalgraphx/FanController.py
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment