summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-10-17 22:32:10 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-10-17 22:32:10 +0200
commit11d3cb218027e63135bd3f65c2e0b6a565c69913 (patch)
tree2f2f61c0daebebdede39d292b6091adc9a441b4f /.gitignore
parenta5666899266206df082c202e5c0ee1e7e3cb8e63 (diff)
downloadmanaserv-11d3cb218027e63135bd3f65c2e0b6a565c69913.tar.gz
manaserv-11d3cb218027e63135bd3f65c2e0b6a565c69913.tar.xz
manaserv-11d3cb218027e63135bd3f65c2e0b6a565c69913.zip
Added the initial version of a server monitor
It launches the account and game servers and restarts them when they quit unexpectedly. When a core file is found after a server quit, a backtrace is emailed when the CRASH_REPORT_RECEIVER environment variable is set. The monitor should be terminated with the TERM signal, which makes sure the servers get some time to shutdown gracefully.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d55ba9e..26d1675 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,7 +18,9 @@ stamp-h1
# files generated during build
*.o
+*.moc
.dirstamp
+tools/monitor/monitor
src/tmwserv-account
src/tmwserv-game
accountserver.exe