Documentation edit suggestion #5321
mcallen71398
started this conversation in
General Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the "Getting Started" guide for pterodactyl setup (https://pterodactyl.io/panel/1.0/getting_started.html#download-files)
The documentation states:
"Redis on RHEL / Rocky Linux / AlmaLinux
If you are using RHEL, Rocky Linux, or AlmaLinux, you will need to replace redis-server.service with redis.service at the After= line in order to ensure redis starts before the queue worker."
In the following paragraph, the documentation states:
"If you 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:
sudo systemctl enable --now redis-server"
HOWEVER, on RHEL, Rocky, etc. This should be replaced with:
sudo systemctl enable --now redis.service
Thanks for reading!
Beta Was this translation helpful? Give feedback.
All reactions