Does the OS stop all PIDs before restarted when the user clicks restart in Ubuntu?
Quesofat asked: I have a server written in Node.js listening to SIGTERM and SIGINT events. I’m wondering id the Ubuntu stops all PIDs (or which PIDs) it stops before restarting. …