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