summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2021-05-18 08:31:52 +0200
committerGitHub <noreply@github.com>2021-05-18 08:31:52 +0200
commit16c3840c10fb25e552e3c0d4623468697d968f2d (patch)
tree53a66b79567b73ae0701b8edb330a779c3ad63b2 /docs
parentebd3869bfc88a60df477c2fbe1ddc819c1f420e7 (diff)
Update hddtemp.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/aoa/hddtemp.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/aoa/hddtemp.rst b/docs/aoa/hddtemp.rst
index a9fb16f4..a48ba2a2 100644
--- a/docs/aoa/hddtemp.rst
+++ b/docs/aoa/hddtemp.rst
@@ -16,7 +16,9 @@ For example on a CentOS/Redhat Linux operating system, you have to:
```
sudo yum install hddtemp
+
sudo systemctl enable hddtemp
+
sudo systemctl enable hddtemp
```
@@ -24,7 +26,9 @@ Test it in the console:
```
$ hddtemp
+
/dev/sda: TOSHIBA MQ01ACF050: 41°C
+
/dev/sdb: ST1000LM044 HN-M101SAD: 38°C
```