bleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 3 days agoThinking I could clean up my files in a SIGINT handlersopuli.xyzimagemessage-square39fedilinkarrow-up1350
arrow-up1350imageThinking I could clean up my files in a SIGINT handlersopuli.xyzbleistift2@sopuli.xyz to Programmer Humor@programming.devEnglish · 3 days agomessage-square39fedilink
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·2 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.