export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/bacula/lib

if [ -f /etc/default/bacula-azure ] ; then
  . /etc/default/bacula-azure
fi

if [ "$BUSER" != "" ]; then

  ulimit -l unlimited

fi
