3007
2997
# Parse config file for server-global settings
3010
3000
server_config.read(os.path.join(options.configdir, "mandos.conf"))
3012
3002
server_settings = server_config.defaults()
3013
3003
# Use the appropriate methods on the non-string config options
3014
3004
for option in ("debug", "use_dbus", "use_ipv6", "restore",