sysconfig) Add RPM_OPT_FLAGS to compile line More readable spacing in
changelog
19 lines
735 B
Text
19 lines
735 B
Text
#
|
|
# 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"
|