#!/bin/sh

if [ -x /etc/init.d/angie -a -e /run/angie/angie.pid ]; then
    service angie stop
fi

exit 0
