docs/etc_defaults_fixbot-nexus
author Tero Marttila <terom@fixme.fi>
Wed, 17 Sep 2008 21:10:10 +0300
changeset 28 91800c6af63b
parent 27 bce1f781f127
permissions -rw-r--r--
typos, and same stuff for fixbot-logwatch

# what the CWD should be
RUN_DIR=/home/terom/projects/FixBot

# what user to run as
RUN_UID=fixbot-dev

# logfile to use
LOG_FILE=$RUN_DIR/logs/nexus.log

# twistd options
TWISTD_ARGS=" \
    --uid=$RUN_UID  \
    --gid=nogroup   \
    --rundir=$RUN_DIR   \
    --logfile=$LOG_FILE "

# fixbot options
FIXBOT_ARGS=" \
    --irc-nickname=FixBotDev    \
    --irc-channel=#fixme-test   \
    --api-port=34889    "

# plugins/modules are loaded from RUN_DIR
export "PYTHONPATH=$RUN_DIR"