#!/bin/sh

if [ -x "/etc/init.d/apmonitord" ]; then
  /etc/init.d/apmonitord stop
fi

exit 0
