[FIX][TMP?]Watchdog memory problem, no more reload possibility ATM

This commit is contained in:
Fabien Bourgeois 2017-04-12 21:43:23 +02:00
parent 535b44c7d5
commit 5605d17a82

View File

@ -4,7 +4,7 @@ CONF=/opt/odoo/odoo.conf
ODOOCMD="python /opt/odoo/OCB/odoo-bin --config $CONF"
if [ "$DEV" == 1 ]; then
ODOOCMD="$ODOOCMD --dev all --log-handler :DEBUG"
ODOOCMD="$ODOOCMD --dev xml --log-handler :DEBUG"
fi
# Configuration generation and Odoo launch