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
571571ca
Unverified
Commit
571571ca
authored
Aug 31, 2020
by
Leoš Literák
Committed by
GitHub
Aug 31, 2020
Browse files
Update README.md with instructions how to build with systemd support (#7730)
#7728 - update instructions for systemd support
parent
b61b6638
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
571571ca
...
@@ -40,6 +40,11 @@ libssl-dev on Debian/Ubuntu) and run:
...
@@ -40,6 +40,11 @@ libssl-dev on Debian/Ubuntu) and run:
% make BUILD_TLS=yes
% 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:
You can run a 32 bit Redis binary using:
% make 32bit
% make 32bit
...
...
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