Merge pull request #5910 from bsolomon1124/install-server-osx-note

Note that install_server.sh is not for Mac OSX
This commit is contained in:
Salvatore Sanfilippo 2019-03-13 12:19:03 +01:00 committed by GitHub
commit 26601c0cf2
2 changed files with 5 additions and 0 deletions

View File

@ -166,6 +166,8 @@ for Ubuntu and Debian systems:
% cd utils
% ./install_server.sh
_Note_: `install_server.sh` will not work on Mac OSX; it is built for Linux only.
The script will ask you a few questions and will setup everything you need
to run Redis properly as a background daemon that will start again on
system reboots.

View File

@ -43,6 +43,9 @@
#
# /!\ This script should be run as root
#
# NOTE: This script will not work on Mac OSX.
# It supports Debian and Ubuntu Linux.
#
################################################################################
die () {