move logwatch*.py to separate fixbot.logwatch package, and move logwatch_sources to etc/fixbot-logwatch.py
# 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"