do not start memcached if user specifies a command

This commit is contained in:
Sameer Naik
2015-09-30 22:07:20 +05:30
parent 6d38b6cc83
commit 6b33cb6fc2

View File

@@ -8,4 +8,8 @@ elif [ "${1}" == "memcached" -o "${1}" == "$(which memcached)" ]; then
set --
fi
if [ -n "${1}" ]; then
touch /etc/services.d/$BITNAMI_APP_NAME/down
fi
exec /init "$@"