bleistift2 to Programmer Humor@programming.devEnglish · 1 month agoThinking I could clean up my files in a SIGINT handlerimagemessage-square47fedilinkarrow-up1373arrow-down13
arrow-up1370arrow-down1imageThinking I could clean up my files in a SIGINT handlerbleistift2 to Programmer Humor@programming.devEnglish · 1 month agomessage-square47fedilink
minus-squareArghblarg@lemmy.calinkfedilinkarrow-up7·1 month agoCan’t SIGTERM be observed to react to a poweroff?
minus-squarebleistift2OPlinkfedilinkEnglisharrow-up3·1 month agoThat’s what I thought, but my program never receives the signal.
minus-squarenintendiator@feddit.cllinkfedilinkEnglisharrow-up2·1 month 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.