Skip to content

Commit

Permalink
README: Fix systemd service install command
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Feb 4, 2018
1 parent 9295381 commit 7c15822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ If you installed hddfancontrol from a distribution package, you likely already h
```
sudo cp ./systemd/hddfancontrol.service /usr/lib/systemd/
sudo mkdir -p /etc/conf.d
sudo cp hddfancontrol.conf /etc/conf.d/hddfancontrol
sudo cp ./systemd/hddfancontrol.conf /etc/conf.d/hddfancontrol
```

Then you need to edit the `HDDFANCONTROL_ARGS` variable in `/etc/conf.d/hddfancontrol` to set the parameters (drives, temperature range...).
Expand Down

0 comments on commit 7c15822

Please sign in to comment.