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