path: c-icap-modules_1:0.5.7-1/debian/tests/toolbox.sh # Let the service get time to start before reading pid file /bin/sleep 0.1 pidof /usr/bin/c-icap > /dev/null || die 'c-icap is not running' test -f /var/run/c-icap/c-icap.pid || error 'PidFile missing' test -p /var/run/c-icap/c-icap.ctl || error 'CommandsSocket missing'