def server_unit_name(server_id: int) -> str: """Host-side identifier for a server (systemd unit suffix and on-disk directory name). Lives in one place so a future format change is a single-line edit.""" return str(server_id)