diff options
Diffstat (limited to 'dev-db/couchdb/files/couchdb.init-2.1.0')
-rw-r--r-- | dev-db/couchdb/files/couchdb.init-2.1.0 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-db/couchdb/files/couchdb.init-2.1.0 b/dev-db/couchdb/files/couchdb.init-2.1.0 deleted file mode 100644 index 8b45c0c..0000000 --- a/dev-db/couchdb/files/couchdb.init-2.1.0 +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -pidfile=${COUCHDB_PID_FILE} -command=${EXEC:-/opt/couchdb/bin/couchdb} -command_args="-o /dev/null -e /dev/null ${COUCHDB_OPTIONS}" -start_stop_daemon_args="--background --make-pidfile --user ${COUCHDB_USER}" - -depend() { - need net -} - -start_pre() { - checkpath -q -d -m 0755 -o ${COUCHDB_USER} /run/couchdb -} - -stop_post() { - killall -u ${COUCHDB_USER%:*} epmd -} |