Files
netdisco/bin
Christian Ramseyer ad6df1fae6 Bugfix: after rotate_logs, restarter() may have a stale PID (#840)
* when rotate_logs restarts the process due to the file being
  above the size limit, the new PID is not returned to the
  caller

* this leads to signal_child signaling the old, non-existing PID
  and subsequently a second master process being started

* fixed by returning the PID from rotate_logs
2021-11-24 13:11:56 +00:00
..