diff options
author | Badlop <badlop@process-one.net> | 2008-02-20 16:05:26 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-02-20 16:05:26 +0000 |
commit | 0316caafd34c77d710bec44e74ad39dd9d715451 (patch) | |
tree | 4dfdc577bb04410c777b9548c9d28e93733d5dae /doc/guide.html | |
parent | * src/msgs/ru.msg: Updated (thanks to Konstantin Khomoutov) (diff) |
* doc/guide.tex: Mentioned the problems about Windows service
* doc/guide.html: Likewise
SVN Revision: 1204
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html index e783e8437..64671b4d8 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -302,8 +302,10 @@ server and does not require any extra dependencies.</P><P>In *nix systems, remem </PRE><P>The installer generates desktop shortcuts to start and stop ejabberd.</P><P>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.</P><P>On a Linux system, if you want ejabberd to start as daemon at boot time, +go to the Windows service settings and set ejabberd to be automatic started.</P><P>On a Linux system, if you want ejabberd to start as daemon at boot time, copy <TT>ejabberd.init</TT> from the bin directory to something like <TT>/etc/init.d/ejabberd</TT> (depending on your distribution) and call <TT>/etc/inid.d/ejabberd start</TT> to start it.</P><P>The <TT>ejabberdctl</TT> administration script is included in the <TT>bin</TT> directory. Please refer to the section <A HREF="#ejabberdctl">4.1</A> for details about <TT>ejabberdctl</TT>, |