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-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·2 months agoYour DE may be the one not relaying the sigterm, or it may be losing the PID because of the double launching. Does the LSB have something to call on termination? Or you may want to call an executable there instead of a script.
Your DE may be the one not relaying the sigterm, or it may be losing the PID because of the double launching.
Does the LSB have something to call on termination? Or you may want to call an executable there instead of a script.