Skip to content
New issue

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

Installation on Ubuntu server 22.04 - service file issue #257

Open
devismael03 opened this issue May 26, 2024 · 0 comments
Open

Installation on Ubuntu server 22.04 - service file issue #257

devismael03 opened this issue May 26, 2024 · 0 comments

Comments

@devismael03
Copy link

devismael03 commented May 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant