debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 08 Sep 2015 06:48:48 +0200 (2015-09-08)
changeset 10832 2350424585f8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server] unormalize source logger's name to avoid encoding errors
#! /bin/sh -e

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