#!/bin/bash

. /etc/default/nodejs

NODE_OPTIONS="${NODE_OPTIONS} ${NODE_DEFAULTS}" exec -a "$0" /usr/lib/nodejs/bin/node "$@"
