terom@28: terom@28: # what the CWD should be terom@28: RUN_DIR=/home/terom/projects/FixBot terom@28: terom@28: # what user to run as terom@28: RUN_UID=fixbot-dev terom@28: terom@28: # logfile to use terom@28: LOG_FILE=$RUN_DIR/logs/logwatch.log terom@28: terom@28: # twistd options terom@28: TWISTD_ARGS=" \ terom@28: --uid=$RUN_UID \ terom@28: --gid=nogroup \ terom@28: --rundir=$RUN_DIR \ terom@28: --logfile=$LOG_FILE " terom@28: terom@28: # fixbot options terom@28: FIXBOT_ARGS=" \ terom@28: --api-port=34889 " terom@28: terom@28: # plugins/modules are loaded from RUN_DIR terom@28: export "PYTHONPATH=$RUN_DIR" terom@28: