#!/bin/sh

if [ "$2" = "up" ]; then
	/sbin/chkconfig polipo && /sbin/service polipo reload || :
fi
