From 11d3cb218027e63135bd3f65c2e0b6a565c69913 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 17 Oct 2009 22:32:10 +0200 Subject: 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') 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 -- cgit