b167e20899
coretempd uses syscall::call::write() for init notification, which sends raw bytes — not an fd transfer via CallFlags::FD that the Scheme init type expects. Changing to Scheme would cause init to block forever in call_ro waiting for an fd that never arrives in the expected format. The oneshot_async + resilience pattern is correct for coretempd.