fix README about BUILD_WITH_SYSTEMD usage (#7739)

BUILD_WITH_SYSTEMD is an internal variable. Users should use USE_SYSTEMD=yes.
This commit is contained in:
Oran Agra 2020-09-01 21:31:37 +03:00 committed by GitHub
parent b35d6e5cff
commit 747b4004ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ libssl-dev on Debian/Ubuntu) and run:
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:
% make BUILD_WITH_SYSTEMD=yes USE_SYSTEMD=yes
% make USE_SYSTEMD=yes
You can run a 32 bit Redis binary using: