summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeoš Literák <literakl@users.noreply.github.com>2020-08-31 11:44:09 +0200
committerGitHub <noreply@github.com>2020-08-31 12:44:09 +0300
commit571571ca192ec0b7cc66ca61cd6794dcb6a9d8bc (patch)
tree1f5c9331b08bad296c61e7377f1b199c24484336 /README.md
parentb61b663895f16d9f559a14c408c225062254a57b (diff)
downloadredis-571571ca192ec0b7cc66ca61cd6794dcb6a9d8bc.tar.gz
Update README.md with instructions how to build with systemd support (#7730)
#7728 - update instructions for systemd support
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 46b89c392..6c0dbf525 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