do_start incremented restart_count on every spawn, including the initial one, so a server that had never restarted reported 1. do_start now takes a StartCause: the explicit Start command (which is also how servers auto-start at daemon boot) is Initial and does not count; the explicit Restart command and the automatic post-crash respawn are Restart and do. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EGntTHCW3sEPy1VBRopNNp