debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 04 Feb 2014 15:06:25 +0100
changeset 9724 e45bf9baa7b7
parent 0 b97547f5f1fa
permissions -rw-r--r--
Add a db-statement-timeout option for postgresql sources Use that new option to set the statement_timeout option when creating connections, except for maintenance operations (shell and upgrade). Closes #2547026

#! /bin/sh -e

if [ -x "/etc/init.d/cubicweb-ctl" ]; then
    invoke-rc.d cubicweb-ctl restart || true
fi
 
 
#DEBHELPER#
 
exit 0