diff options
author | Badlop <badlop@process-one.net> | 2008-02-20 16:04:36 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-02-20 16:04:36 +0000 |
commit | 7006402cd7d550eaa72b60cd8e8f7bd505852cd6 (patch) | |
tree | d4cb078ed2c68f75f031e8dc9e8bb1c5da30c112 /doc/guide.tex | |
parent | * src/msgs/ru.msg: Updated (thanks to Konstantin Khomoutov) (diff) |
* src/ejabberd.hrl: Updated version number
* doc/dev.html: Likewise
* doc/features.html: Likewise
* doc/guide.html: Likewise
* doc/version.tex: Likewise
* doc/guide.tex: Mentioned the problems about Windows service
* doc/guide.html: Likewise
SVN Revision: 1203
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index e172448fe..293ed81ac 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -204,8 +204,10 @@ The installer generates desktop shortcuts to start and stop ejabberd. The Windows installer also adds ejabberd as a system service, and a shortcut to a debug console for experienced administrators. You can start ejabberd using the shortcut or the Windows service. +Note that the Windows service is a feature still in development, +and for example it doesn't keep track of changes made manually in ejabberdctl.cfg. If you want ejabberd to be started automatically at boot time, -go to service settings and set ejabberd to be automatic started. +go to the Windows service settings and set ejabberd to be automatic started. On a Linux system, if you want ejabberd to start as daemon at boot time, copy \term{ejabberd.init} from the bin directory to something like \term{/etc/init.d/ejabberd} |