#!/bin/sh

set -e

if [ -f /var/run/apcd.pid ]
then
    /etc/init.d/apcd stop
fi
