summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-misc/elasticsearch/files/elasticsearch.initd')
-rw-r--r--www-misc/elasticsearch/files/elasticsearch.initd9
1 files changed, 0 insertions, 9 deletions
diff --git a/www-misc/elasticsearch/files/elasticsearch.initd b/www-misc/elasticsearch/files/elasticsearch.initd
deleted file mode 100644
index 9c0c7ec..0000000
--- a/www-misc/elasticsearch/files/elasticsearch.initd
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/sbin/runscript
-
-command="/usr/bin/elasticsearch"
-pidfile="/run/elasticsearch.pid"
-command_args="-d -p ${PIDFILE}"
-
-depend() {
- need net
-}