author | Tero Marttila <terom@fixme.fi> |
Thu, 04 Feb 2010 19:54:49 +0200 | |
changeset 43 | 78bc61c677d8 |
parent 42 | ccd6d5632ca0 |
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/logwatch.log # twistd options TWISTD_ARGS=" \ --uid=$RUN_UID \ --gid=nogroup \ --rundir=$RUN_DIR \ --logfile=$LOG_FILE " # twistd plugin options PLUGIN_ARGS=" \ --api-port=34889 " # plugins/modules are loaded from RUN_DIR export "PYTHONPATH=$RUN_DIR"