debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Jul 2010 10:03:03 +0200
changeset 5933 3d707b8f8a4d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web configuration] ensure data home directory / uicache file belong to daemon user and are writeable

#! /bin/sh -e

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