Skip to main content
info

Documentation is currently for moon v2 and latest proto. Documentation for moon v1 has been frozen and can be found here.

daemon start

v2.2.0

The moon daemon start command will start the daemon background process if it's not already running. If a daemon is already running for this workspace, the existing process is reused.

$ moon daemon start
info

You typically don't need to run this command manually. When the daemon is enabled, it starts automatically with any moon command.

caution

The daemon must be enabled in your workspace configuration before it can be started. If the daemon setting is not enabled, this command will display a warning and exit.