frontend_net: report min, max, average response times
[metaproxy-moved-to-github.git] / debian / metaproxy.prerm
1 #!/bin/sh
2 if [ -x "/etc/init.d/metaproxy" ]; then
3         invoke-rc.d metaproxy stop || exit $?
4 fi