Skip to content

Instantly share code, notes, and snippets.

@l1x
Created June 5, 2017 09:22
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 l1x/fb5936c95dfbf9b982ab08077689ff51 to your computer and use it in GitHub Desktop.
Save l1x/fb5936c95dfbf9b982ab08077689ff51 to your computer and use it in GitHub Desktop.
[Unit]
Description=Cassandra
[Service]
Type=simple
User=cassandra
WorkingDirectory=/usr/share/cassandra
ExecStart=/usr/sbin/cassandra -f
Restart=on-failure
RestartSec=10s
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment