#!/bin/sh

PIDFILE=${TDIR}/memcached.pid
[ ! -s $PIDFILE ] || /bin/kill `cat ${PIDFILE}`
