shutdown: prevent core dumps in final shutdown stage
authorJan Klötzke <Jan.Kloetzke@preh.de>
Mon, 23 Oct 2017 06:57:09 +0000 (08:57 +0200)
committerJan Klötzke <Jan.Kloetzke@preh.de>
Wed, 10 Jan 2018 09:54:40 +0000 (10:54 +0100)
commit27b372c1c2cf634b865a70586cbb38f1acc772d9
tree65501ecbff8da9bc39fd5b9839d3044ad021ac1c
parent9ce1759311c6734deb69aa7253bf7297536a55d9
shutdown: prevent core dumps in final shutdown stage

If the system is finally shutting down it makes no sense to write core
dumps as the last remaining processes are terminated / killed. This is
especially significant in case of a "force reboot" where all processes
are hit concurrently with a SIGTERM and no orderly shutdown of
processes takes place.
src/core/shutdown.c