Skip to content

Commit

Permalink
fixes init script compatibility issue with chkconfig (issue voxpupuli#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rodrigues committed Feb 26, 2015
1 parent bea284d commit e60fca2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/init.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/sh
#
# Init file for Apache Kafka
#
# chkconfig: 35 85 15
# description: Apache Kafka is a distributed publish-subscribe messaging system
# pidfile: /var/run/kafka.pid

NAME=kafka
PID_FILE=/var/run/$NAME.pid
Expand Down

0 comments on commit e60fca2

Please sign in to comment.