Created
February 28, 2025 17:28
-
-
Save Allesanddro/51109e0c00481788b8d5456098ea52f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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