debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 18 Jul 2011 15:48:34 +0200
changeset 7665 0cd299c16f12
parent 0 b97547f5f1fa
permissions -rw-r--r--
[session] add session id to closed connection errors

#! /bin/sh -e

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