Update README.md

This commit is contained in:
That-Guy-Jack 2020-10-23 18:32:44 +01:00 committed by GitHub
parent 3e154083da
commit 8a4709ecc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,13 +26,13 @@ cd ilo_250
5. Create a file called autofan.service in /etc/systemd/system/ and copy this code:
[Unit]
Description=Fan Speed Controler using autofan.sh
> [Unit]
> Description=Fan Speed Controler using autofan.sh
[Service]
Restart=always
RestartSec=10s
ExecStart=/bin/bash /autofan.sh
> [Service]
> Restart=always
> RestartSec=10s
> ExecStart=/bin/bash /autofan.sh
6. Copy the Autofan.sh to the / directory