bleistift2 to Programmer Humor@programming.devEnglish · 3 days agoThinking I could clean up my files in a SIGINT handlerimagemessage-square43fedilinkarrow-up1361arrow-down13
arrow-up1358arrow-down1imageThinking I could clean up my files in a SIGINT handlerbleistift2 to Programmer Humor@programming.devEnglish · 3 days agomessage-square43fedilink
minus-squarebleistift2OPlinkfedilinkEnglisharrow-up4·edit-22 days 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