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
e98627c5
"sdk/esp_iot_sdk_v1.4.0/examples/wps/Makefile" did not exist on "ad966146fc30e2dbe1f3ee417cdc5b54f9126aa0"
Commit
e98627c5
authored
Mar 26, 2018
by
antirez
Browse files
Add INIT INFO to the provided init script.
parent
17f5de89
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/redis_init_script
View file @
e98627c5
...
...
@@ -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
...
...
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