Implement first version of DirectorySnapshottingEventHandler

This commit is contained in:
Kristóf Tóth
2018-08-01 17:24:39 +02:00
parent df0e24319d
commit 3fee8fee20
4 changed files with 59 additions and 0 deletions

View File

@ -38,6 +38,7 @@ ENV PYTHONPATH="/usr/local/lib" \
TFW_FRONTEND_DIR="/srv/frontend" \
TFW_DIR="/.tfw" \
TFW_SERVER_DIR="/.tfw/tfw_server" \
TFW_SNAPSHOTS_DIR="/.tfw/snapshots" \
TFW_AUTH_KEY="/tmp/tfw-auth.key" \
TFW_HISTFILE="/home/${AVATAO_USER}/.bash_history" \
PROMPT_COMMAND="history -a"