Skip to content

Installation on Ubuntu server 22.04 - service file issue #257

Open
@devismael03

Description

@devismael03

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions