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 restart

v2.2.0

The moon daemon restart command will stop the currently running daemon process and start a new one. This is useful after manual configuration changes, when the cached state seems stale, or after upgrading moon to a new version.

$ moon daemon restart
caution

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

info

View the official daemon guide for more information on how the daemon works.