Skip to content

Commit

Permalink
Add INIT INFO to the provided init script.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Mar 26, 2018
1 parent 2b2652d commit 674909f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions utils/redis_init_script
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
# Simple Redis init.d script conceived to work on Linux systems
# 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
EXEC=/usr/local/bin/redis-server
CLIEXEC=/usr/local/bin/redis-cli
Expand Down

0 comments on commit 674909f

Please sign in to comment.