#!/bin/sh set -e if [ -x "/etc/init.d/metaproxy" ]; then invoke-rc.d metaproxy stop || exit $? fi