From fe96015bce5506071b3a0a7614e1081c266a10f7 Mon Sep 17 00:00:00 2001 From: That-Guy-Jack <56127525+That-Guy-Jack@users.noreply.github.com> Date: Fri, 23 Oct 2020 18:37:11 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f58e7e..78ee159 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ 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 @@ -37,8 +38,9 @@ cd ilo_250 RestartSec=10s - ExecStart=/bin/bash /autofan.sh + ExecStart=/bin/bash /autofan.sh > + 6. Copy the Autofan.sh to the / directory