fn handle_shutdown_via_reboot(request: ShutdownRequest) -> Result<()>
Shutdown when running as a child forked from PID 1.
Calls reboot(2) directly since no external poweroff binary exists in the initrd.
reboot(2)
poweroff