Skip to content

Commit

Permalink
fix typo and update directions for restart
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Feb 19, 2021
1 parent 5144c20 commit cf9c3a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,16 @@ speed_matrix:
To run the service, if you installed amdfan using the AUR package, you can run the following commands to **start/enable** the service.

``` bash
sudo ystemctl start amdfan
sudo systemctl start amdfan
sudo systemctl enable amdfan
```

After you've started it, you may want to edit the settings found in `/etc/amdfan.yml`. Once your happy with those, you can restart amdfan with the following command.

``` bash
sudo systemctl restart amdfan
```

## Checking the status
You can check the systemd service status with the following command:

Expand Down

0 comments on commit cf9c3a0

Please sign in to comment.