#!/bin/sh

# $1 will contain the configuration file full path
# override this script to parse/apply the conf

echo "2-Configuration file apply $1 : override me !!"
