Skip to content

Commit

Permalink
Merge branch 'cassandra-3.11' into cassandra-3.X
Browse files Browse the repository at this point in the history
  • Loading branch information
mshuler committed Jan 4, 2017
2 parents 578e137 + 26d467e commit aa7882e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redhat/cassandra
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ case "$1" in
start)
# Cassandra startup
echo -n "Starting Cassandra: "
[ -d `dirname "$pid_file"` ] || \
install -m 755 -o $CASSANDRA_OWNR -g $CASSANDRA_OWNR -d `dirname $pid_file`
su $CASSANDRA_OWNR -c "$CASSANDRA_PROG -p $pid_file" > $log_file 2>&1
retval=$?
[ $retval -eq 0 ] && touch $lock_file
Expand Down

0 comments on commit aa7882e

Please sign in to comment.