We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I try to install redis stack on ubuntu server 22.04 by following the official guide: https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/linux/
Service file for redis-stack-server (/etc/systemd/system/redis-stack-server.service) contains following execution command:
ExecStart=/opt/redis-stack/bin/redis-server /etc/redis-stack.conf
Is this the intended way to set up redis stack? Or the service file should use redis-stack-server in exec start instead of redis-server?
Also, service runs as user nobody , will this affect logging or backup operations? Or should i create redis user and group and change service file?
nobody
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. I try to install redis stack on ubuntu server 22.04 by following the official guide: https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/linux/
Service file for redis-stack-server (/etc/systemd/system/redis-stack-server.service) contains following execution command:
ExecStart=/opt/redis-stack/bin/redis-server /etc/redis-stack.conf
Is this the intended way to set up redis stack? Or the service file should use redis-stack-server in exec start instead of redis-server?
Also, service runs as user
nobody
, will this affect logging or backup operations? Or should i create redis user and group and change service file?Thank you.
The text was updated successfully, but these errors were encountered: