mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 09:17:20 +00:00
fix README about BUILD_WITH_SYSTEMD usage (#7739)
BUILD_WITH_SYSTEMD is an internal variable. Users should use USE_SYSTEMD=yes.
(cherry picked from commit 747b4004ea
)
This commit is contained in:
parent
da33a18588
commit
9b718d41f0
@ -43,7 +43,7 @@ libssl-dev on Debian/Ubuntu) and run:
|
|||||||
To build with systemd support, you'll need systemd development libraries (such
|
To build with systemd support, you'll need systemd development libraries (such
|
||||||
as libsystemd-dev on Debian/Ubuntu or systemd-devel on CentOS) and run:
|
as libsystemd-dev on Debian/Ubuntu or systemd-devel on CentOS) and run:
|
||||||
|
|
||||||
% make BUILD_WITH_SYSTEMD=yes USE_SYSTEMD=yes
|
% make USE_SYSTEMD=yes
|
||||||
|
|
||||||
You can run a 32 bit Redis binary using:
|
You can run a 32 bit Redis binary using:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user