#!/bin/sh
set --
NEBULA_CONFIG=/etc/nebula
[ -r ./conf ] && . ./conf
exec 2>&1
exec nebula -config "${NEBULA_CONFIG}" "$@"
