You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently envy will die immediately when sending a signal (e.g. ctrl-C for SIGTERM). This is awkward for the exec-d process, who is likely the intended target. We should be able to intercept the signal and pass it through.
The text was updated successfully, but these errors were encountered:
Currently
envy
will die immediately when sending a signal (e.g. ctrl-C forSIGTERM
). This is awkward for the exec-d process, who is likely the intended target. We should be able to intercept the signal and pass it through.The text was updated successfully, but these errors were encountered: