Work-in-progress server start/stop.

This commit is contained in:
Mikkel Krautz 2011-11-12 01:52:10 +01:00
parent 03932c13cf
commit 8731716a05
7 changed files with 219 additions and 123 deletions

View file

@ -22,7 +22,7 @@ func SignalHandler() {
}
continue
}
if sig == os.SIGINT || sig == os.SIGTERM {
os.Exit(0)
}