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