diff options
author | Badlop <badlop@process-one.net> | 2013-08-05 19:22:22 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2013-08-05 19:22:22 +0200 |
commit | 7a77186fbeee191178af844b329d8c78f177edb1 (patch) | |
tree | 4d0500e363692437de4a6c83496795220a60cfeb | |
parent | Merge pull request #85 from imtal/patch-1 (diff) |
Enumerate in guide.tex what processes are started for ejabberd (EJAB-1082)
-rw-r--r-- | doc/guide.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index c8e208bbb..1c3e0f023 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -254,6 +254,11 @@ give it write access to the directories \term{database/} and \term{logs/}, and s the script will start the server with that user. Then you can call \term{/etc/inid.d/ejabberd start} as root to start the server. +When ejabberd is started, the processes that are started in the system +are \term{beam} or \term{beam.smp}, and also \term{epmd}. +In Microsoft Windows, the processes are \term{erl.exe} and \term{epmd.exe}. +For more information regarding \term{epmd} consult the section \ref{epmd}. + If \term{ejabberd} doesn't start correctly in Windows, try to start it using the shortcut in desktop or start menu. If the window shows error 14001, the solution is to install: |