diff options
author | Badlop <badlop@process-one.net> | 2007-12-02 21:13:25 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2007-12-02 21:13:25 +0000 |
commit | 4ed283f0092b0debf9219f481f357f6e434039d7 (patch) | |
tree | 4580bc9d06c1edabdfd6660bd34a8686b4d5729e /src/ejabberdctl.template | |
parent | * src/Makefile.in: New options make uninstall and (diff) |
* src/ejabberdctl.cfg.example: Bugfix in kernel poll. Added SMP
option. Reorganization of options
* src/ejabberdctl.template: Added SMP option
SVN Revision: 1014
Diffstat (limited to 'src/ejabberdctl.template')
-rw-r--r-- | src/ejabberdctl.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberdctl.template b/src/ejabberdctl.template index 49e17eb94..9d05b559e 100644 --- a/src/ejabberdctl.template +++ b/src/ejabberdctl.template @@ -43,7 +43,7 @@ fi # Compatibility in ZSH #setopt shwordsplit 2>/dev/null -ERLANG_OPTS="$POLL $PROCESSES $ERL_MAX_ETS_TABLES" +ERLANG_OPTS="$POLL $SMP $PROCESSES $ERL_MAX_ETS_TABLES" start () { |