Skip to content

Instantly share code, notes, and snippets.

View idangozlan's full-sized avatar

Idan Gozlan idangozlan

View GitHub Profile
@idangozlan
idangozlan / kafka.service
Created March 12, 2018 02:54 — forked from atrepca/kafka.service
Kafka Systemd Service Configuration File for Ubuntu 16.04
[Unit]
Description=Apache Kafka server (broker)
Documentation=http://kafka.apache.org/documentation.html
Requires=network.target remote-fs.target
After=network.target remote-fs.target
[Service]
Type=simple
PIDFile=/var/run/kafka.pid
User=kafka