Guest User

Untitled

a guest
Jun 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. [Unit]
  2. Description=Apache Kafka - broker
  3. Documentation=http://docs.confluent.io/
  4. After=network.target confluent-zookeeper.target
  5.  
  6. [Service]
  7. User=cp-kafka
  8. Group=confluent
  9. ExecStart=/usr/bin/kafka-server-start /etc/kafka/server.properties
  10. ExecStop
  11. TimeoutStopSec=180
  12. Restart=no
  13.  
  14. [Install]
  15. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment