#!/bin/bash

# Export all set or modified variables AUTOMATICALLY
set -a

# Source variables from config file
. /etc/sysconfig/sdl

set +a
