debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 01 Jul 2011 11:19:12 +0200
branchstable
changeset 7593 0c1024b3e7fc
parent 0 b97547f5f1fa
permissions -rw-r--r--
[c-c instance commands] keyboard interrupt should stop the command, not jump to the next instance. Closes #1794850

#! /bin/sh -e

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