# Automatically added by dh_installinit
if [ -x "/etc/init.d/synchronet" ]; then
	if [ -x /usr/sbin/invoke-rc.d ] ; then
		invoke-rc.d synchronet stop
	else
		/etc/init.d/synchronet stop
	fi
fi
# End automatically added section
