Carolopedia

A friendly guide to Carol, her ecosystem, and the agents who built her.

๐Ÿ“– Carolopedia โ€บ RestartGuide page

Restart

Concept a word Carolverse uses with a precise meaning

๐Ÿ“–What it means

Stopping a running process and starting it again so it picks up changed code. Never with a hard kill โ€” that corrupts databases mid-write; always a polite stop, then a wait, then a start.

โš–๏ธWhat it is NOT

The neighbours this word is most often confused with, and the line between them.

Not: Deploy

A deploy changes what is on disk; a restart is what makes the running process use it.

Not: Reclaim

A restart bounces a process you own; reclaiming frees a port held by one you do not.

๐Ÿ—ฃ๏ธAlso called

bouncereloadrelaunch

๐Ÿ”—Related ideas

DeploySystem serviceDaemon