if [ -x "/etc/init.d/#SCRIPT#" ]; then
	update-rc.d #SCRIPT# #INITPARMS# >/dev/null
	invoke-rc.d #SCRIPT# start || #ERROR_HANDLER#
fi
