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