Skip to content

Commit

Permalink
Fixes to make it work in Jessie
Browse files Browse the repository at this point in the history
  • Loading branch information
sschueller committed Oct 4, 2016
1 parent 43c2b2f commit 4eaabd7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dist/debian/init.d/redis-commander
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
### BEGIN INIT INFO
# Provides: redis-commander
# Required-Start: $local_fs $remote_fs $network
# Required-Stop: $local_fs $remote_fs $network
# Required-Start: $local_fs $network $named $time $syslog
# Required-Stop: $local_fs $network $named $time $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: start Redis Commander (redis-commander)
Expand All @@ -19,10 +19,10 @@ RUN_MODE="daemons"

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
NAME="redis-commander"
USER="redis-commander"
GROUP="nodejs"
USER="redis"
GROUP="redis"
DESC="Redis Commander"
DAEMON="/usr/local/bin/redis-commander"
DAEMON="/usr/bin/redis-commander"
DAEMONOPTS=""
PIDDIR="/var/run/$NAME"
PIDFILE="$PIDDIR/$NAME.pid"
Expand Down

0 comments on commit 4eaabd7

Please sign in to comment.