#!/bin/sh

. /etc/init.d/functions

pidofproc $*
exit $?
