summaryrefslogtreecommitdiff
path: root/tools/bin/restart-config
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-12-14 10:32:08 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-12-14 10:32:08 -0800
commite34e49d3064640e01305549413c862ee0a7a79aa (patch)
tree863efe11d5aa9a079188df2c9f0c112c93e13074 /tools/bin/restart-config
parent45185408935a56197c308da7ae5d27d72fe06917 (diff)
downloadserverdata-e34e49d3064640e01305549413c862ee0a7a79aa.tar.gz
serverdata-e34e49d3064640e01305549413c862ee0a7a79aa.tar.bz2
serverdata-e34e49d3064640e01305549413c862ee0a7a79aa.tar.xz
serverdata-e34e49d3064640e01305549413c862ee0a7a79aa.zip
Change tools/ to a submodule
Diffstat (limited to 'tools/bin/restart-config')
-rw-r--r--tools/bin/restart-config25
1 files changed, 0 insertions, 25 deletions
diff --git a/tools/bin/restart-config b/tools/bin/restart-config
deleted file mode 100644
index e19ab314..00000000
--- a/tools/bin/restart-config
+++ /dev/null
@@ -1,25 +0,0 @@
-## 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