Back to Moon

daemon start

website/docs/commands/daemon/start.mdx

2.2.4732 B
Original Source

import VersionLabel from '@site/src/components/Docs/VersionLabel';

<VersionLabel version="2.2.0" header />

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.

shell
$ 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.

:::