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.tex | |
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.tex')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 924ad2478..8d4f257a4 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}. |