Typo Fixed

I fixed a typo I had on my last PR and this commit will fix it!
This commit is contained in:
Glare Masters 2019-03-23 03:21:55 -05:00 committed by GitHub
parent 837badf8db
commit 991e6a06c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,12 +211,10 @@ If you are not using `redis` for anything you should remove the `After=` line, o
when the service starts.
:::
:::
If you are are using redis for your system, you will want to make sure to enable that it will start on boot. You can do that by running the following command:
```bash
sudo systemctl enable redis-server
```
:::
Finally, enable the service and set it to boot on machine start.