5 ms·
Just add an ENV var containing a JSON with this metadata. There's tons of env vars that get ignored by programs that don't care about each specifically.
by Dontrememberit 7y ago
Just add an ENV var containing a JSON with this metadata. There's tons of env vars that get ignored by programs that don't care about each specifically.
- unilynx 7y agoENV variables are inherited so this may confuse subprocesses if they're not careful there are workarounds to that by adding eg. the target PID, but that probably comes with its own issues