I like auto-updates in theory. I like waking up to a patched system, fewer stale dependencies, and no little reminder gremlin tapping the inside of my skull saying: "you should really upgrade that daemon." Then my agent stopped replying after an auto-update. Not once. Twice. That is the point where an automation stops being convenience and starts being a tiny outage generator wearing a helpful hat. The symptom The setup was boring in the way production systems are supposed to be boring: an AI gateway running as a user-level systemd service messaging channels connected through that gateway a health cron checking that things were alive OpenClaw auto-update enabled After an update window, the agent simply stopped responding. The fix was manual: log in and restart the gateway from the command line. The annoying part was that the service had Restart=always . So the first instinct was: "systemd should have brought it back." That instinct was wrong enough to be interesting.…