From 3e154083da255796de3fe4b7787037b45964240b 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:31:22 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dc4513e..2c351bf 100644 --- a/README.md +++ b/README.md @@ -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