bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 1 month agoThinking I could clean up my files in a SIGINT handlersopuli.xyzimagemessage-square50fedilinkarrow-up1407arrow-down14
arrow-up1403arrow-down1imageThinking I could clean up my files in a SIGINT handlersopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 1 month agomessage-square50fedilink
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·30 days 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.