mirror of
https://github.com/fluencelabs/redis
synced 2025-04-25 10:32:14 +00:00
Add INIT INFO to the provided init script.
This commit is contained in:
parent
17f5de896a
commit
e98627c5b5
@ -3,6 +3,14 @@
|
|||||||
# Simple Redis init.d script conceived to work on Linux systems
|
# Simple Redis init.d script conceived to work on Linux systems
|
||||||
# as it does use of the /proc filesystem.
|
# as it does use of the /proc filesystem.
|
||||||
|
|
||||||
|
### BEGIN INIT INFO
|
||||||
|
# Provides: redis_6379
|
||||||
|
# Default-Start: 2 3 4 5
|
||||||
|
# Default-Stop: 0 1 6
|
||||||
|
# Short-Description: Redis data structure server
|
||||||
|
# Description: Redis data structure server. See https://redis.io
|
||||||
|
### END INIT INFO
|
||||||
|
|
||||||
REDISPORT=6379
|
REDISPORT=6379
|
||||||
EXEC=/usr/local/bin/redis-server
|
EXEC=/usr/local/bin/redis-server
|
||||||
CLIEXEC=/usr/local/bin/redis-cli
|
CLIEXEC=/usr/local/bin/redis-cli
|
||||||
|
Loading…
x
Reference in New Issue
Block a user