Starting Valkey using systemd (Ubuntu) - compiled without libsystemd support? #1103
-
Hi, I'm really eager to move away from Redis to Valkey. However after downloading the "Focal" (I'm actually running Ubuntu 24.04) Valkey v8.0.0 standalone binary from the official site: https://valkey.io/download/. I setup the systemd service file. I configured everything how I want Valkey to run. Everything seems fine, settings are good and permissions are good. Redis server is down. And now I want to start Valkey via:
Why is the official Ubuntu binary not compiled with libsystemd support!???? Help? I don't want to compile from source, since I think this is not how you want to deliver your product to server admins. Kind regards, Ps. why are the .c, .d and .o files part of the tar.gz binary? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 29 replies
-
Could you make |
Beta Was this translation helpful? Give feedback.
-
Yeah we should be fixing that. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much @melroy89 |
Beta Was this translation helpful? Give feedback.
Sounds reasonable. It is statically linked. Do we build this binary with TSL?
I believe TLS and systemd are basic. Those who want a binary without these can build from source.
@roshkhatri What's your concern?