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 | |
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')
-rw-r--r-- | doc/guide.html | 2 | ||||
-rw-r--r-- | doc/guide.tex | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/guide.html b/doc/guide.html index 350964fa..ef6d2475 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>. diff --git a/doc/guide.tex b/doc/guide.tex index 924ad247..8d4f257a 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -4327,6 +4327,8 @@ The environment variables: Path to the directory with binary system libraries. \titem{EJABBERD\_DOC\_PATH} Path to the directory with ejabberd documentation. + \titem{EJABBERD\_PID\_PATH} + Path to the PID file that ejabberd can create when started. \titem{HOME} Path to the directory that is considered \ejabberd{}'s home. This path is used to read the file \term{.erlang.cookie}. |