if [ -e "/etc/init/#JOB#.conf" ]; then
	invoke-rc.d #JOB# stop || #ERROR_HANDLER#
fi
