bleistift2@sopuli.xyz to Programmer HumorEnglish · 2 months agoThinking I could clean up my files in a SIGINT handlersopuli.xyzimagemessage-square50fedilinkarrow-up1416arrow-down14
arrow-up1412arrow-down1imageThinking I could clean up my files in a SIGINT handlersopuli.xyzbleistift2@sopuli.xyz to Programmer HumorEnglish · 2 months agomessage-square50fedilink
minus-squarebleistift2@sopuli.xyzOPlinkfedilinkEnglisharrow-up3·2 months agoWhen I run the script myself and kill it, it gets the signal and acts correctly. Only when I poweroff the system, this doesn’t work. I also tried prepending exec, but no dice.
When I run the script myself and kill it, it gets the signal and acts correctly. Only when I poweroff the system, this doesn’t work.
I also tried prepending
exec
, but no dice.