#!/bin/sh

	if [ "$2" = "up" ]; then
	/sbin/service 3proxy condrestart || : # reload doesn't work
	fi
