#! /bin/sh
/etc/init.d/twonky status >/dev/null 2>/dev/null
if [ $? == 0 ]; then 
	/etc/init.d/twonky restart >/dev/null 2>&1 || true
fi

exit 0
