aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/kafka-bin/files/kafka-zookeeper.init.d')
-rwxr-xr-xnet-misc/kafka-bin/files/kafka-zookeeper.init.d21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-misc/kafka-bin/files/kafka-zookeeper.init.d b/net-misc/kafka-bin/files/kafka-zookeeper.init.d
deleted file mode 100755
index 3fe310e..0000000
--- a/net-misc/kafka-bin/files/kafka-zookeeper.init.d
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-description="Zookeeper for Kafka distributed messaging system"
-
-logfile="/var/log/kafka-zookeeper.log"
-
-command="/opt/kafka/bin/zookeeper-server-start.sh"
-command_args="/etc/kafka/zookeeper.properties"
-start_stop_daemon_args="--chdir /opt/kafka --stdout $logfile --stderr $logfile"
-
-command_background=yes
-pidfile=/run/kafka-zookeeper.pid
-
-depend() {
- need net
- after bootmisc
- provide kafka-zookeeper
-}