mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-07 02:48:24 +00:00
Only one daemon can write to a given output directory at a time. The lock holds the daemon PID and is removed on a clean exit; a lock whose owner is verifiably gone is taken over on the next start, and a lock whose owner cannot be read or that reads as alive must be removed by hand.