Skip to content

Instantly share code, notes, and snippets.

@Allesanddro
Created February 28, 2025 17:28
Show Gist options
  • Select an option

  • Save Allesanddro/51109e0c00481788b8d5456098ea52f8 to your computer and use it in GitHub Desktop.

Select an option

Save Allesanddro/51109e0c00481788b8d5456098ea52f8 to your computer and use it in GitHub Desktop.
[Unit]
Description=Dell Fan Control Service based on CPU Temperature
After=network.target
[Service]
Type=simple
User=root
ExecStart=/usr/local/bin/controlspeed.py
Restart=on-failure
RestartSec=10
StandardOutput=journal+console
StandardError=journal+console
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment