2013-04-09 23:49:09 +00:00
|
|
|
Using several accounts
|
|
|
|
======================
|
|
|
|
|
|
|
|
Poezio does not support multi-accounts, and we do not plan to do so in a
|
|
|
|
foreseeable future. However, you can run several poezio instances (e.g. with
|
2019-01-04 12:54:26 +00:00
|
|
|
tmux or screen) to have similar functionality.
|
2013-04-09 23:49:09 +00:00
|
|
|
|
|
|
|
You can specify a different configuration file than the default with:
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
./launch.sh -f separate_config.cfg
|
|
|
|
|
|
|
|
|
|
|
|
The relevant options for a separate config are the following:
|
|
|
|
|
|
|
|
* :term:`plugins_dir`: A different directory for the plugin sources (not _that_ useful)
|
|
|
|
* :term:`log_dir`: A different directory for logs
|
2018-08-08 22:29:13 +00:00
|
|
|
* :term:`plugins_conf_dir`: A different directory for plugin configurations
|
2013-04-09 23:49:09 +00:00
|
|
|
|
|
|
|
Those options are detailed in the *configuration page*.
|