mb stop [options]
Stops mb
, shutting down all open sockets. Generally, mb stop
must be run from the same directory as the mb start
command, although
that is configurable with the pidfile
option:
Option | Description | Default |
---|---|---|
--pidfile |
The path to the pidfile, which stores the process id of the running mb process.
Must match the pidfile passed in the mb start command. |
mb.pid |
--rcfile .mbrc |
The run commands file containing startup configuration (a JSON-equivalent representation
of the command line arguments). When the same option is listed
in both the rcfile and the command line, the command line option takes
precedence. |
N/A |
--help |
Show help for the command | N/A |