#!/bin/sh

if [ "$2" = "up" ]; then
    # use restart - bugzilla #699677
    /sbin/chkconfig polipo && /sbin/service polipo restart || :
fi
