mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
Update README.md with instructions how to build with systemd support (#7730)
#7728 - update instructions for systemd support
This commit is contained in:
parent
b61b663895
commit
571571ca19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user