-
- Downloads
"examples/save_and_load_private_key_file_wif.py" did not exist on "663ff2cdc86d52b47994bd99608c1fed62d0cf0f"
fix: gracefully exit on sigterm
The purpose is to avoid duniter database corruption on `docker stop`. Before that sigterm was ignored, causing docker instance being force-killed on `docker stop` command after the related timeout expiration. Exerpt from the `docker stop` manpage: > The main process inside the container will receive SIGTERM, and after a > grace period, SIGKILL
Please register or sign in to comment