Show HN: Uniquely identify any process you run (with o pidfiles) (github.com) 1 points by e-dant 1y ago ↗ HN
[–] e-dant 1y ago ↗ This was originally meant to solve the problem of zombie processes in Docker containers (hence the name and issue nr.; moby/9098).I’ve found this more succinct in other contexts than backgrounding tasks, writing pid files, and maintaining them through the process’s lifetime.Also less prone to error.
1 comment
[ 2.9 ms ] story [ 9.0 ms ] threadI’ve found this more succinct in other contexts than backgrounding tasks, writing pid files, and maintaining them through the process’s lifetime.
Also less prone to error.