-
Notifications
You must be signed in to change notification settings - Fork 58
How to Start the Server as a Daemon
Dimitrios Zorbas edited this page Nov 16, 2016
·
2 revisions
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
.
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