This repository has been archived on 2020-06-05. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-inspircd/templates/build.conf.j2

20 lines
567 B
Django/Jinja

BASE_DIR {{ inspircd.paths.config }}/run
SOCKETENGINE epoll
DATA_DIR {{ inspircd.paths.config }}/run/data
HAS_CLOCK_GETTIME 1
VERSION 1
LOG_DIR {{ inspircd.paths.config }}/run/logs
MODULE_DIR {{ inspircd.paths.config }}/run/modules
MANUAL_DIR {{ inspircd.paths.config }}/run/manuals
GROUP nogroup
UID 65534
CXX c++
EXAMPLE_DIR {{ inspircd.paths.config }}/run/conf/examples
GID 65534
BINARY_DIR {{ inspircd.paths.config }}/run/bin
USER nogroup
SCRIPT_DIR {{ inspircd.paths.config }}/run
CONFIG_DIR {{ inspircd.paths.config }}/run/conf
HAS_ARC4RANDOM_BUF
HAS_EVENTFD 1