bleistift2 to Programmer Humor@programming.devEnglish · 2 months agoThinking I could clean up my files in a SIGINT handlerimagemessage-square47fedilinkarrow-up1376arrow-down13
arrow-up1373arrow-down1imageThinking I could clean up my files in a SIGINT handlerbleistift2 to Programmer Humor@programming.devEnglish · 2 months agomessage-square47fedilink
minus-squareArghblarg@lemmy.calinkfedilinkarrow-up7·2 months agoCan’t SIGTERM be observed to react to a poweroff?
minus-squarebleistift2OPlinkfedilinkEnglisharrow-up3·2 months agoThat’s what I thought, but my program never receives the signal.
minus-squarenintendiator@feddit.cllinkfedilinkEnglisharrow-up2·2 months agoThat might be an issue with who invokes your program.
Can’t SIGTERM be observed to react to a poweroff?
That’s what I thought, but my program never receives the signal.
That might be an issue with who invokes your program.