debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Sat, 26 Jun 2010 08:42:48 +0000
branchstable
changeset 5836 e654c13b57b8
parent 0 b97547f5f1fa
permissions -rw-r--r--
do not allow password-less bind: windows accepts this as Anonymous Logon

#! /bin/sh -e

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