Skip to content

Instantly share code, notes, and snippets.

View eduardo-rdgz's full-sized avatar
💭
I use Arch btw

Eduardo Rodríguez eduardo-rdgz

💭
I use Arch btw
View GitHub Profile
@eduardo-rdgz
eduardo-rdgz / kafka-service-script
Last active January 29, 2018 22:54 — forked from mottyc/kafka-service-script
Kafka service script (copy to file: /etc/init.d/kafka)
#! /bin/sh
# /etc/init.d/kafka: start the kafka daemon.
# chkconfig: - 80 20
# description: kafka
KAFKA_HOME=/home/ubuntu/kafka_2.11-0.10.1.0
KAFKA_USER=root
#Modify this file to obtain greater java heap size