Files
routstrd/src
redshift 154f36d8d2 fix: call stopLegacyCocod in restart/update/service paths and wait for pidfile release
The 'restart' command failed when the old daemon still held the cocod
pidfile during wallet disposal — assertLegacyCocodNotRunning detected
the PID as 'cocod running' and refused to start.

- Call stopLegacyCocod() in restart, update restart, and service install
  (previously only in 'start').
- After /stop, poll for both health-down AND pidfile-released before
  spawning the new daemon. The pidfile is released during wallet
  disposal, which happens after server.close(), so health check alone
  was insufficient.
2026-07-23 21:05:05 +01:00
..
2026-07-11 16:33:28 +02:00
2026-03-19 16:25:57 +00:00
2026-02-24 05:55:21 +00:00
2026-03-21 21:26:36 +00:00