bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 1 year agoThinking I could clean up my files in a SIGINT handlersopuli.xyzimagemessage-square43linkfedilinkarrow-up1384arrow-down13
arrow-up1381arrow-down1imageThinking I could clean up my files in a SIGINT handlersopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 1 year agomessage-square43linkfedilink
minus-squaredeadcream@sopuli.xyzlinkfedilinkarrow-up7·1 year agoAFAIK kernel itself doesn’t send any signals to processes on shutdown/reboot, it just stops executing them. This is a job service manager (e.g. systemd) that terminates processes using SIGTERM before asking kernel to shutdown.
AFAIK kernel itself doesn’t send any signals to processes on shutdown/reboot, it just stops executing them. This is a job service manager (e.g. systemd) that terminates processes using SIGTERM before asking kernel to shutdown.