bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 8 months agoThinking I could clean up my files in a SIGINT handlersopuli.xyzimagemessage-square44linkfedilinkarrow-up1388arrow-down13
arrow-up1385arrow-down1imageThinking I could clean up my files in a SIGINT handlersopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 8 months agomessage-square44linkfedilink
minus-squarebleistift2@sopuli.xyzOPlinkfedilinkEnglisharrow-up5·edit-28 months agoIt turns out I’m getting SIGCHLD. It might be related to how my script is started – it is a bash script that starts a node process and is itself run by Cinnamon’s (?) startup applications feature. Wrong; still investigating
It turns out I’m getting SIGCHLD. It might be related to how my script is started – it is a bash script that starts a node process and is itself run by Cinnamon’s (?) startup applications feature.Wrong; still investigating