debian/cubicweb-server.postinst
author David Douard <david.douard@logilab.fr>
Wed, 04 Apr 2012 16:51:09 +0200
changeset 8350 e1c05bf6fdeb
parent 0 b97547f5f1fa
permissions -rw-r--r--
[zmq] Implement a ZMQ-based Repository (closes #2290125) This Repository server behave mainly like the Pyro-based repository.

#! /bin/sh -e

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