author | Tero Marttila <terom@fixme.fi> |
Sat, 06 Nov 2010 16:02:28 +0200 | |
changeset 67 | 00907acd732a |
parent 43 | 78bc61c677d8 |
permissions | -rw-r--r-- |
# 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 " # twistd plugin options PLUGIN_ARGS=" \ --irc-nickname=FixBotDev \ --irc-channel=#fixme-test \ --api-port=34889 " # plugins/modules are loaded from RUN_DIR export "PYTHONPATH=$RUN_DIR"