bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 1 month agoThinking I could clean up my files in a SIGINT handlersopuli.xyzimagemessage-square35fedilinkarrow-up126arrow-down10
arrow-up126arrow-down1imageThinking I could clean up my files in a SIGINT handlersopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 1 month agomessage-square35fedilink
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·1 month 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.