perkeep/server/camlistored
Tilman Dilo 92b866d819 server/camlistored: listen for SIGTERM
Systemd by default sends SIGTERM to child processes when shutting down
or restarting a service, which is not handled by camlistored and results
in a hard kill.

This change makes camlistored listen for SIGTERM next to SIGINT to allow
graceful shutdowns. The log message for SIGHUP is adjusted for
consistency.

Change-Id: Ia9be84b0b2284343e1776042fdfc99363110bfb1
2017-07-11 00:07:06 +02:00
..
ui server/camlistored/ui: improve map aspect search and markers 2017-07-06 01:03:03 +02:00
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
README Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00
camlistored.go server/camlistored: listen for SIGTERM 2017-07-11 00:07:06 +02:00
camlistored_unix.go camlistored: do not use syslog on windows 2017-02-08 02:16:21 +01:00
run_test.go camlistored, serverinit: allow server config from URLs. 2014-08-02 16:53:58 -07:00

README

This is the main Camlistore server.

See also:
 - The storage interface is in <root>/pkg/blobserver
 - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk
 - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers
 - The UI code is in <root>/server/camlistored/ui