bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 1 month agoThinking I could clean up my files in a SIGINT handlersopuli.xyzimagemessage-square44fedilinkarrow-up1355arrow-down11
arrow-up1354arrow-down1imageThinking I could clean up my files in a SIGINT handlersopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 1 month agomessage-square44fedilink
minus-squarebleistift2@sopuli.xyzOPlinkfedilinkEnglisharrow-up4·edit-21 month 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