Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Created March 18, 2020 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erangaeb/dab802705f18ba46c71f6437c657b287 to your computer and use it in GitHub Desktop.
Save erangaeb/dab802705f18ba46c71f6437c657b287 to your computer and use it in GitHub Desktop.
start cassandra-reaper
#!/bin/bash
# exit on error
set -e
# start cassandra-reaper
sudo service cassandra-reaper start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment