We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
elixir --detached -S mix kitto.server
The above command will start the system in detached mode and the output will be redirected to /dev/null.
/dev/null
You may wish to give a name to the node, to be able to interact with it and gracefully stop it, like:
elixir --detached --sname kitto@localhost -S mix kitto.server