bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 1 year agoThinking I could clean up my files in a SIGINT handlersopuli.xyzimagemessage-square9linkfedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageThinking I could clean up my files in a SIGINT handlersopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 1 year agomessage-square9linkfedilink
minus-squaredeadcream@sopuli.xyzlinkfedilinkarrow-up1·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.