Skip to content

Commit

Permalink
install-reddit: Make sure to start Cassandra after install.
Browse files Browse the repository at this point in the history
The reddit PPA version of Cassandra no longer auto-starts on install
because that was really obnoxious in production. We'll have to make
sure to start the service after installing it.
  • Loading branch information
spladug committed Aug 6, 2012
1 parent 5887e08 commit 34e5701
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-reddit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ PACKAGES
###############################################################################
# Wait for all the services to be up
###############################################################################
# cassandra no longer auto-starts
service cassandra start

# check each port for connectivity
echo "Waiting for services to be available, see source for port meanings..."
# 11211 - memcache
Expand Down

0 comments on commit 34e5701

Please sign in to comment.