CentOS / CentOS-Dockerfiles

Dockerfiles for various common implementations
GNU General Public License v2.0
1.86k stars 1.25k forks source link

Changing stop signal to shutdown systemd gracefully #199

Open DanielNeto opened 5 years ago

DanielNeto commented 5 years ago

Systemd defines that it expects SIGRTMIN+3 for graceful shutdown ref: https://www.commandlinux.com/man-page/man1/systemd.1.html#lbAH

sebluy commented 3 years ago

It would be nice to get this merged in. I spent quite a bit of time trying to figure out why my container wouldn't restart, and it seems like this is a pretty old issue.