#!/bin/sh

if [ -e /var/run/apq-pc-client/apq-pc-client.pid ]; then
    service apq-pc-client stop
fi
