# Where are located the different configurations
conf_top_dirs=/etc/switchconf

# What is the top level directory of the installation
dest_dir=/

# What is the name of the exec directory (all files included will
# be executed before or after configuration changes)
exec_dir_before=before.d

exec_dir_after=after.d

# What is the path to run-parts.  Leave empty if you want to use the
# internal implementation
run_parts=/bin/run-parts

# defines how to copy files to their configuration place. 
# 'softlink' - uses soft linking to copy the files
# 'hardlink' - uses hardlinks to copy the files
# 'copy'     - uses cp to copy the files
# 'softlink' is the default value
config_method=softlink

