debian: remove welco references

This commit is contained in:
Frédéric Péters 2016-05-04 16:23:40 +02:00
parent 53d2595e1c
commit 3641f28776
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ NAME=chrono
MANAGE=/usr/lib/$NAME/manage.py
# load Debian default configuration
export WELCO_SETTINGS_FILE=/usr/lib/$NAME/debian_config.py
export CHRONO_SETTINGS_FILE=/usr/lib/$NAME/debian_config.py
# check user
if test x$1 = x"--forceuser"

4
debian/chrono.init vendored
View File

@ -25,7 +25,7 @@ BIND=unix:$RUN_DIR/$NAME.sock
WORKERS=5
TIMEOUT=30
WELCO_SETTINGS_FILE=/usr/lib/$NAME/debian_config.py
CHRONO_SETTINGS_FILE=/usr/lib/$NAME/debian_config.py
MANAGE_SCRIPT="/usr/bin/$NAME-manage"
USER=$NAME
@ -62,7 +62,7 @@ if [ ! -d $RUN_DIR ]; then
fi
# environment for wsgi
export WELCO_SETTINGS_FILE
export CHRONO_SETTINGS_FILE
#
# Function that starts the daemon/service