summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeoš Literák <literakl@users.noreply.github.com>2020-08-31 11:44:09 +0200
committerOran Agra <oran@redislabs.com>2020-09-01 09:27:58 +0300
commit00d0d870d289ef754a610c2b2cfc436ec6863447 (patch)
treec622b5cf26142b53f31c117f2bbc0111908e2e37
parentf38e2802b65a2540c37440849b091e93ea8ddbba (diff)
downloadredis-00d0d870d289ef754a610c2b2cfc436ec6863447.tar.gz
Update README.md with instructions how to build with systemd support (#7730)
#7728 - update instructions for systemd support (cherry picked from commit 571571ca192ec0b7cc66ca61cd6794dcb6a9d8bc)
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 55537e01f..ca205f2a0 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,11 @@ libssl-dev on Debian/Ubuntu) and run:
% make BUILD_TLS=yes
+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
+
You can run a 32 bit Redis binary using:
% make 32bit