diff options
author | Badlop <badlop@process-one.net> | 2009-08-24 21:21:04 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-08-24 21:21:04 +0000 |
commit | 1b81a2e3d6944cb55edcade1119de1cb1edbe589 (patch) | |
tree | f01b721dda8600ff62adfbfab73f0110ff59235b /doc/guide.html | |
parent | Document that the admin can install ejabberd.init script (EJAB-755) (diff) |
Write PID file, path is configurable in ejabberdctl.cfg (EJAB-1023)
SVN Revision: 2526
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guide.html b/doc/guide.html index 350964fac..ef6d24757 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -3378,6 +3378,8 @@ all the environment variables and command line parameters.</P><P>The environment Path to the directory with binary system libraries. </DD><DT CLASS="dt-description"><B><TT>EJABBERD_DOC_PATH</TT></B></DT><DD CLASS="dd-description"> Path to the directory with ejabberd documentation. +</DD><DT CLASS="dt-description"><B><TT>EJABBERD_PID_PATH</TT></B></DT><DD CLASS="dd-description"> + Path to the PID file that ejabberd can create when started. </DD><DT CLASS="dt-description"><B><TT>HOME</TT></B></DT><DD CLASS="dd-description"> Path to the directory that is considered <TT>ejabberd</TT>’s home. This path is used to read the file <TT>.erlang.cookie</TT>. |