Skip to content

Instantly share code, notes, and snippets.

View swallentin's full-sized avatar

Stephan Wallentin swallentin

View GitHub Profile
@swallentin
swallentin / kafka
Last active August 29, 2015 14:28 — forked from superscott/kafka
Simple Kafka Ubuntu init.d Startup Script
DAEMON_PATH=/opt/kafka/bin
DAEMON_NAME=kafka
# Check that networking is up.
#[ ${NETWORKING} = "no" ] && exit 0
PATH=$PATH:$DAEMON_PATH
# See how we were called.
case "$1" in
start)