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