commit 946ed6d53aa15e0e1689ffd982be6808c16dfafc Author: Warren Togami wtogami@gmail.com Date: Tue Jul 8 14:48:37 2014 -1000
Add missing script
couchdb.temporary.sh | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) --- diff --git a/couchdb.temporary.sh b/couchdb.temporary.sh new file mode 100755 index 0000000..2c7ac73 --- /dev/null +++ b/couchdb.temporary.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# Temporary Launcher for systemd + selinux +# CouchDB upstream at version 2.0 will replace /bin/couchdb with a bare launcher +# At that point we can get rid of this dumb wrapper. + +exec /usr/bin/erl $@
erlang@lists.fedoraproject.org