diff -r bce1f781f127 -r 91800c6af63b docs/etc_defaults_fixbot-logwatch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/etc_defaults_fixbot-logwatch Wed Sep 17 21:10:10 2008 +0300 @@ -0,0 +1,24 @@ + +# 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 " + +# fixbot options +FIXBOT_ARGS=" \ + --api-port=34889 " + +# plugins/modules are loaded from RUN_DIR +export "PYTHONPATH=$RUN_DIR" +