info
Documentation is currently for moon v2 and latest proto. Documentation for moon v1 has been frozen and can be found here.
daemon stop
The moon daemon stop command will stop the running daemon process. It first attempts a graceful
shutdown, and if the daemon does not exit within a few seconds, it will be forcefully killed. Daemon
files (PID, socket) are cleaned up automatically.
$ moon daemon stop
If the daemon is not running, a warning is displayed and no action is taken.
info
View the official daemon guide for more information on how the daemon works.