summaryrefslogtreecommitdiff
path: root/dev-db/hyperdex/files/hyperdex.initd
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/hyperdex/files/hyperdex.initd')
-rw-r--r--dev-db/hyperdex/files/hyperdex.initd10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-db/hyperdex/files/hyperdex.initd b/dev-db/hyperdex/files/hyperdex.initd
deleted file mode 100644
index 181f1c7a811f..000000000000
--- a/dev-db/hyperdex/files/hyperdex.initd
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-command="/usr/bin/hyperdex-daemon"
-command_args="--daemon ${HYPERDEX_OPTS}"
-
-depend() {
- use net
-}