mirror of https://github.com/perkeep/perkeep.git
92b866d819
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 |
||
---|---|---|
.. | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
camlistored_unix.go | ||
run_test.go |
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