Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
747b4004
Unverified
Commit
747b4004
authored
Sep 01, 2020
by
Oran Agra
Committed by
GitHub
Sep 01, 2020
Browse files
fix README about BUILD_WITH_SYSTEMD usage (#7739)
BUILD_WITH_SYSTEMD is an internal variable. Users should use USE_SYSTEMD=yes.
parent
b35d6e5c
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
747b4004
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment