diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-12-07 20:09:46 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-12-07 20:09:46 -0800 |
commit | 2a6616793bdcbe3ce645323b71defd820756bbfd (patch) | |
tree | b9250d2b5eae26608cae53e0b521a266a7cddca6 /bin/restart-config | |
parent | e6ece9ca854958d847ae4c66fac21a225df3c60a (diff) | |
download | tools-2a6616793bdcbe3ce645323b71defd820756bbfd.tar.gz tools-2a6616793bdcbe3ce645323b71defd820756bbfd.tar.bz2 tools-2a6616793bdcbe3ce645323b71defd820756bbfd.tar.xz tools-2a6616793bdcbe3ce645323b71defd820756bbfd.zip |
Add restart scripts as used on the test server.
Diffstat (limited to 'bin/restart-config')
-rw-r--r-- | bin/restart-config | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/bin/restart-config b/bin/restart-config new file mode 100644 index 0000000..e19ab31 --- /dev/null +++ b/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 |