Blob Blame History Raw
#
# xpilot-ng-server(6) options. Pick a custom port here if needed, for example.
#

# This option activates a public server.  This will advertise your
# xpilot server to the public xpilot metadirectory and keep xpilot
# running continuosly.
# The following two lines have the same effect:
#XPILOTD_OPTIONS="-expand PublicSettings"
#XPILOTD_OPTIONS="-idleRun -noQuit +reportToMetaServer"


# Normally xpilot will look in /usr/share/xpilot-ng for the
# configuration files.  This is fine for user-initiated servers.
# But for the system xpilot server we want to allow a different set
# of defaults.
XPILOTD_OPTIONS="-noQuit \
        -defaultsFileName /etc/xpilot-ng/defaults.txt \
        -passwordFileName /etc/xpilot-ng/password.txt"