From 14ad8654cc1f6050d6e6af42dcc300b8bf07acb5 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 7 Dec 2012 20:09:46 -0800 Subject: Add restart scripts as used on the test server. --- tools/bin/restart-config | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tools/bin/restart-config (limited to 'tools/bin/restart-config') diff --git a/tools/bin/restart-config b/tools/bin/restart-config new file mode 100644 index 00000000..e19ab314 --- /dev/null +++ b/tools/bin/restart-config @@ -0,0 +1,25 @@ +## TMW restart script settings +## This file must be in ~/bin/ even though it's not executable + +## Mandatory filepath settings +SERVER_SOURCE=~/eathena +LOGIN_WORLD=~/tmwa-server-data +AUTO_WORLDS=( + ~/tmwa-server-data +) +MANUAL_WORLDS=( + ~/tmwa-server-test +) +## Boolean settings (nonempty for true) +## if not specified here, the value from the environment is used, +## which is probably empty (false). However, some scripts may +## provide command-line options to override the defaults. + +## Should the servers print their output to the terminal? +# VERBOSE=yep + +## Should server sources be rebuilt? +# REBUILD=sure + +## Should server data be pulled? +# PULL=certainly -- cgit v1.2.3-60-g2f50