debian/cubicweb-twisted.postinst
author Alain Leufroy <alain@leufroy.fr>
Thu, 15 May 2014 23:18:17 +0200
changeset 10106 3117f1736f00
parent 0 b97547f5f1fa
permissions -rw-r--r--
[wsgi] add tornado http server

#! /bin/sh -e

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