]> granicus.if.org Git - ejabberd/commitdiff
Clarification about system user of ejabberd.init
authorBadlop <badlop@process-one.net>
Tue, 6 Sep 2011 11:39:26 +0000 (13:39 +0200)
committerBadlop <badlop@process-one.net>
Tue, 6 Sep 2011 11:40:04 +0000 (13:40 +0200)
doc/guide.tex

index 0c9483c2be659474c4e2787c570b2a73bb0b1c05..28be76c66a7e33df02ba39a9971ba79802786e74 100644 (file)
@@ -251,8 +251,9 @@ and for example it doesn't read the file ejabberdctl.cfg.
 On a *nix system, if you want ejabberd to be started as daemon at boot time,
 copy \term{ejabberd.init} from the 'bin' directory to something like \term{/etc/init.d/ejabberd}
 (depending on your distribution).
-Create a system user called \term{ejabberd};
-it will be used by the script to start the server.
+Create a system user called \term{ejabberd},
+give it write access to the directories \term{database/} and \term{logs/}, and set that as home;
+the script will start the server with that user.
 Then you can call \term{/etc/inid.d/ejabberd start} as root to start the server.
 
 If \term{ejabberd} doesn't start correctly in Windows,