Closed maxidorius closed 6 years ago
Because without exec, the bot process runs at PID 1 which has special behaviour on SIGTERM. This prevents Ctrl+C to work or makes Docker do a kill after stop did not work.
exec
kill
stop
Because without
exec
, the bot process runs at PID 1 which has special behaviour on SIGTERM. This prevents Ctrl+C to work or makes Docker do akill
afterstop
did not work.