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