diff options
author | Badlop <badlop@process-one.net> | 2022-04-25 10:52:38 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2022-05-02 13:25:18 +0200 |
commit | 200cea25c80c57fce9a5b4138cec45f60020a7c2 (patch) | |
tree | 915f9dc93545f33a730b22e6bc2104e5e75178e9 /src/ejabberd_sql_pt.erl | |
parent | Container: Copy ejabberdctl.template, it requires some customizations (diff) |
Container: Start BEAM with exec to maintain the PID and catch SIGTERM in Docker Stop
Until now, when stopping the ejabberd container, Erlang is not gracefully
closed, Mnesia is not properly closed... exit code is 137.
With this change, when the container is stopped, Erlang receives the
SIGTERM signal, shutsdown, Mnesia database is properly closed, ...
and exit code is 0.
Diffstat (limited to 'src/ejabberd_sql_pt.erl')
0 files changed, 0 insertions, 0 deletions