#!/bin/sh

AUTODISCONNECT=/opt/autodisconnect/autodisconnect-check

if [ ! -x $AUTODISCONNECT ]; then
  exit 0
fi

kill `pidof autodisconnect-check`