#!/bin/sh
	if [ "$2" = "up" ]; then
	  systemctl try-restart 3proxy.service || : # reload doesn't work
	fi
