now start redis correctly

new PR as i dont want to mess up the history, this does the same as https://github.com/pterodactyl/documentation/pull/100
Basically making sure that redis is started before we get all sorts of errors from people where redis wasnt on (offline is the default)
This commit is contained in:
Wqrld 2019-06-26 21:02:04 +02:00 committed by GitHub
parent b857fcfbe8
commit c047a06f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ 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
sudo systemctl enable --now redis-server
```
Finally, enable the service and set it to boot on machine start.